#84BFE0

Color #84BFE0 Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sky Blue #84BFE0

Tints of Sky Blue #84BFE0

Color information

#84BFE0 (or 0x84BFE0) is unknown color: approx Sky Blue. HEX triplet: 84, BF and E0. RGB value is (132,191,224). Sum of RGB (Red+Green+Blue) = 132+191+224=547 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.13% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 224 (87.89% from 255 or 40.95% from 547); Max value from RGB is 224 - color contains mainly: blue. Hex color #84BFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BFE0 is #7B401F. Grayscale: #B0B0B0. Windows color (decimal): -8077344 or 14729092. OLE color: 14729092.

HSL color Cylindrical-coordinate representation of color #84BFE0: hue angle of 201.52º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84BFE0 is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB132191224-
CMYK0.410.1500.12
HSL201.52º59.74%69.8%-
HSV(B)201.52º41.07%87.84%-
XYZ41.647.5577.51-
YUV177.12154.4595.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 24.13%
GREEN value IS 191 (75% from 255) = 34.92%
BLUE value IS 224 (87.89% from 255) = 40.95%
R=24.13%
G=34.92%
B=40.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1321912240.410.1500.12201.5259.7469.8
Hex84BFE029F0Cca3c46
Octal204277340511701431274106
Binary100001001011111111100000101001111101100110010101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84BFE0; }

 p { color: rgb(132,191,224); }

 H1.HeaderClassName
 {
   color: #84BFE0;
 }
 .AnyTagClassName
 {
   color: #84BFE0;
 }
</style>
background-color css

<style>
 a { background-color: #84BFE0; }

 a { background-color: rgb(132,191,224); }

 div.DivClassName
 {
   background-color: #84BFE0;
 }
 .BgClassName
 {
   background-color: #84BFE0;
 }
</style>
border-color css

<style>
 span { border-color: #84BFE0; }

 span { border-color: rgb(132,191,224); }

 td.TdClassName
 {
   border-color: #84BFE0;
 }
 .TagClassName
 {
   border-color: #84BFE0;
 }
</style>