Html Css Color HEX #84C2EB Sky Blue

📋 copy color: '#84C2EB'

red 132 ◦ green 194 ◦ blue 235

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

Shades of Sky Blue #84C2EB

Tints of Sky Blue #84C2EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.89%

R = 23.53%
G = 34.58%
B = 41.89%

CMYK

 C value IS 0.44

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#84C2EB (or 0x84C2EB) is known color: Sky Blue. HEX triplet: 84, C2 and EB. RGB value is (132,194,235). Sum of RGB (Red+Green+Blue) = 132+194+235=561 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.53% from 561); Green value is 194 (76.17% from 255 or 34.58% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #84C2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84C2EB is #7B3D14. Grayscale: #B3B3B3. Windows color (decimal): -8076565 or 15450756. OLE color: 15450756.

HSL color Cylindrical-coordinate representation of color #84C2EB: hue angle of 203.88º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84C2EB is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 132 194 235 -
CMYK 0.44 0.17 0 0.08
HSL 203.88º 0.72% 0.72% -
HSV(B) 203.88º 0.44% 0.92% -
XYZ 43.8 49.49 85.84 -
YUV 180.14 158.96 93.67 -
System Red Green Blue C M Y K H S L
Decimal 132 194 235 0.44 0.17 0 0.08 203.88 0.72 0.72
Hex 84 C2 EB 2C 11 0 8 CC 48 48
Octal 204 302 353 54 21 0 10 314 110 110
Binary 10000100 11000010 11101011 101100 10001 0 1000 11001100 1001000 1001000

Color Harmonies of #84C2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C2EB

Black with #84C2EB

Text Example


Text Example

White with #84C2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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