Html Css Color HEX #84C2EA Sky Blue

📋 copy color: '#84C2EA'

red 132 ◦ green 194 ◦ blue 234

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

Shades of Sky Blue #84C2EA

Tints of Sky Blue #84C2EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.79%

R = 23.57%
G = 34.64%
B = 41.79%

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

#84C2EA (or 0x84C2EA) is known color: Sky Blue. HEX triplet: 84, C2 and EA. RGB value is (132,194,234). Sum of RGB (Red+Green+Blue) = 132+194+234=560 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.57% from 560); Green value is 194 (76.17% from 255 or 34.64% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #84C2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84C2EA is #7B3D15. Grayscale: #B3B3B3. Windows color (decimal): -8076566 or 15385220. OLE color: 15385220.

HSL color Cylindrical-coordinate representation of color #84C2EA: hue angle of 203.53º degrees, saturation: 0.71, 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 #84C2EA is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 132 194 234 -
CMYK 0.44 0.17 0 0.08
HSL 203.53º 0.71% 0.72% -
HSV(B) 203.53º 0.44% 0.92% -
XYZ 43.66 49.43 85.08 -
YUV 180.02 158.46 93.75 -
System Red Green Blue C M Y K H S L
Decimal 132 194 234 0.44 0.17 0 0.08 203.53 0.71 0.72
Hex 84 C2 EA 2C 11 0 8 CC 47 48
Octal 204 302 352 54 21 0 10 314 107 110
Binary 10000100 11000010 11101010 101100 10001 0 1000 11001100 1000111 1001000

Color Harmonies of #84C2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C2EA

Black with #84C2EA

Text Example


Text Example

White with #84C2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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