Html Css Color HEX #84DEED Sky Blue

📋 copy color: '#84DEED'

red 132 ◦ green 222 ◦ blue 237

#84DEED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sky Blue #84DEED

Tints of Sky Blue #84DEED

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.1%

R = 22.34%
G = 37.56%
B = 40.1%

CMYK

 C value IS 0.44

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#84DEED (or 0x84DEED) is known color: 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

RGB 132 222 237 -
CMYK 0.44 0.06 0 0.07
HSL 188.57º 0.74% 0.72% -
HSV(B) 188.57º 0.44% 0.93% -
XYZ 50.92 63.26 89.65 -
YUV 196.8 150.68 81.78 -
System Red Green Blue C M Y K H S L
Decimal 132 222 237 0.44 0.06 0 0.07 188.57 0.74 0.72
Hex 84 DE ED 2C 6 0 7 BD 4A 48
Octal 204 336 355 54 6 0 7 275 112 110
Binary 10000100 11011110 11101101 101100 110 0 111 10111101 1001010 1001000

Color Harmonies of #84DEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DEED

Black with #84DEED

Text Example


Text Example

White with #84DEED

Text Example


Text Example

HTML Codes & Css Web 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>