Html Css Color HEX #84C2EE Sky Blue

📋 copy color: '#84C2EE'

red 132 ◦ green 194 ◦ blue 238

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

Shades of Sky Blue #84C2EE

Tints of Sky Blue #84C2EE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.4%

 BLUE value IS 238 (93.36% from 255) = 42.2%

R = 23.4%
G = 34.4%
B = 42.2%

CMYK

 C value IS 0.45

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#84C2EE (or 0x84C2EE) is known color: Sky Blue. HEX triplet: 84, C2 and EE. RGB value is (132,194,238). Sum of RGB (Red+Green+Blue) = 132+194+238=564 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.40% from 564); Green value is 194 (76.17% from 255 or 34.40% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #84C2EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84C2EE is #7B3D11. Grayscale: #B4B4B4. Windows color (decimal): -8076562 or 15647364. OLE color: 15647364.

HSL color Cylindrical-coordinate representation of color #84C2EE: hue angle of 204.91º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84C2EE is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 194 238 -
CMYK 0.45 0.18 0 0.07
HSL 204.91º 0.76% 0.73% -
HSV(B) 204.91º 0.45% 0.93% -
XYZ 44.24 49.66 88.14 -
YUV 180.48 160.46 93.42 -
System Red Green Blue C M Y K H S L
Decimal 132 194 238 0.45 0.18 0 0.07 204.91 0.76 0.73
Hex 84 C2 EE 2D 12 0 7 CD 4C 49
Octal 204 302 356 55 22 0 7 315 114 111
Binary 10000100 11000010 11101110 101101 10010 0 111 11001101 1001100 1001001

Color Harmonies of #84C2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C2EE

Black with #84C2EE

Text Example


Text Example

White with #84C2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,194,238); }

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

background-color css

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

 a { background-color: rgb(132,194,238); }

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

border-color css

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

 span { border-color: rgb(132,194,238); }

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