Html Css Color HEX #92E0EA Blizzard Blue

📋 copy color: '#92E0EA'

red 146 ◦ green 224 ◦ blue 234

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

Shades of Blizzard Blue #92E0EA

Tints of Blizzard Blue #92E0EA

RGB

 RED value IS 146 (57.42% from 255) = 24.17%

 GREEN value IS 224 (87.89% from 255) = 37.09%

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

R = 24.17%
G = 37.09%
B = 38.74%

CMYK

 C value IS 0.38

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#92E0EA (or 0x92E0EA) is known color: Blizzard Blue. HEX triplet: 92, E0 and EA. RGB value is (146,224,234). Sum of RGB (Red+Green+Blue) = 146+224+234=604 (80% of max value = 765). Red value is 146 (57.42% from 255 or 24.17% from 604); Green value is 224 (87.89% from 255 or 37.09% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #92E0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92E0EA is #6D1F15. Grayscale: #C9C9C9. Windows color (decimal): -7151382 or 15392914. OLE color: 15392914.

HSL color Cylindrical-coordinate representation of color #92E0EA: hue angle of 186.82º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92E0EA is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 146 224 234 -
CMYK 0.38 0.04 0 0.08
HSL 186.82º 0.68% 0.75% -
HSV(B) 186.82º 0.38% 0.92% -
XYZ 53.36 65.36 87.65 -
YUV 201.82 146.16 88.19 -
System Red Green Blue C M Y K H S L
Decimal 146 224 234 0.38 0.04 0 0.08 186.82 0.68 0.75
Hex 92 E0 EA 26 4 0 8 BB 44 4B
Octal 222 340 352 46 4 0 10 273 104 113
Binary 10010010 11100000 11101010 100110 100 0 1000 10111011 1000100 1001011

Color Harmonies of #92E0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92E0EA

Black with #92E0EA

Text Example


Text Example

White with #92E0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92E0EA; }

 p { color: rgb(146,224,234); }

 H1.HeaderClassName
 {
   color: #92E0EA;
 }
 .AnyTagClassName
 {
   color: #92E0EA;
 }
</style>

background-color css

<style>
 a { background-color: #92E0EA; }

 a { background-color: rgb(146,224,234); }

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

border-color css

<style>
 span { border-color: #92E0EA; }

 span { border-color: rgb(146,224,234); }

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