Html Css Color HEX #84DEEC Sky Blue

📋 copy color: '#84DEEC'

red 132 ◦ green 222 ◦ blue 236

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

Shades of Sky Blue #84DEEC

Tints of Sky Blue #84DEEC

RGB

 RED value IS 132 (51.95% from 255) = 22.37%

 GREEN value IS 222 (87.11% from 255) = 37.63%

 BLUE value IS 236 (92.58% from 255) = 40%

R = 22.37%
G = 37.63%
B = 40%

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

#84DEEC (or 0x84DEEC) is known color: Sky Blue. HEX triplet: 84, DE and EC. RGB value is (132,222,236). Sum of RGB (Red+Green+Blue) = 132+222+236=590 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.37% from 590); Green value is 222 (87.11% from 255 or 37.63% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #84DEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DEEC is #7B2113. Grayscale: #C4C4C4. Windows color (decimal): -8069396 or 15523460. OLE color: 15523460.

HSL color Cylindrical-coordinate representation of color #84DEEC: hue angle of 188.08º degrees, saturation: 0.73, 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 #84DEEC is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 222 236 -
CMYK 0.44 0.06 0 0.07
HSL 188.08º 0.73% 0.72% -
HSV(B) 188.08º 0.44% 0.93% -
XYZ 50.78 63.2 88.88 -
YUV 196.69 150.18 81.86 -
System Red Green Blue C M Y K H S L
Decimal 132 222 236 0.44 0.06 0 0.07 188.08 0.73 0.72
Hex 84 DE EC 2C 6 0 7 BC 49 48
Octal 204 336 354 54 6 0 7 274 111 110
Binary 10000100 11011110 11101100 101100 110 0 111 10111100 1001001 1001000

Color Harmonies of #84DEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DEEC

Black with #84DEEC

Text Example


Text Example

White with #84DEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84DEEC;
 }
 .AnyTagClassName
 {
   color: #84DEEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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