#84DEED

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

Shades of Sky Blue #84DEED

Tints of Sky Blue #84DEED

Color information

#84DEED (or 0x84DEED) is unknown color: approx Sky Blue. HEX triplet: 84, DE and ED. RGB value is (132,222,237). Sum of RGB (Red+Green+Blue) = 132+222+237=591 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.34% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #84DEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DEED is #7B2112. Grayscale: #C4C4C4. Windows color (decimal): -8069395 or 15588996. OLE color: 15588996.

HSL color Cylindrical-coordinate representation of color #84DEED: hue angle of 188.57º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84DEED is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB132222237-
CMYK0.440.0600.07
HSL188.57º74.47%72.35%-
HSV(B)188.57º44.3%92.94%-
XYZ50.9263.2689.65-
YUV196.8150.6881.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.34%
GREEN value IS 222 (87.11% from 255) = 37.56%
BLUE value IS 237 (92.97% from 255) = 40.10%
R=22.34%
G=37.56%
B=40.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1322222370.440.0600.07188.5774.4772.35
Hex84DEED2C607bd4a48
Octal20433635554607275112110
Binary10000100110111101110110110110011001111011110110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,222,237); }

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

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

 a { background-color: rgb(132,222,237); }

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

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

 span { border-color: rgb(132,222,237); }

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