Html Css Color HEX #92E8EA Blizzard Blue

📋 copy color: '#92E8EA'

red 146 ◦ green 232 ◦ blue 234

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

Shades of Blizzard Blue #92E8EA

Tints of Blizzard Blue #92E8EA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.91%

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

R = 23.86%
G = 37.91%
B = 38.24%

CMYK

 C value IS 0.38

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#92E8EA (or 0x92E8EA) is known color: Blizzard Blue. HEX triplet: 92, E8 and EA. RGB value is (146,232,234). Sum of RGB (Red+Green+Blue) = 146+232+234=612 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.86% from 612); Green value is 232 (91.02% from 255 or 37.91% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 234 - color contains mainly: blue. Hex color #92E8EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92E8EA is #6D1715. Grayscale: #CECECE. Windows color (decimal): -7149334 or 15394962. OLE color: 15394962.

HSL color Cylindrical-coordinate representation of color #92E8EA: hue angle of 181.36º 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 #92E8EA is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 146 232 234 -
CMYK 0.38 0.01 0 0.08
HSL 181.36º 0.68% 0.75% -
HSV(B) 181.36º 0.38% 0.92% -
XYZ 55.56 69.76 88.38 -
YUV 206.51 143.51 84.84 -
System Red Green Blue C M Y K H S L
Decimal 146 232 234 0.38 0.01 0 0.08 181.36 0.68 0.75
Hex 92 E8 EA 26 1 0 8 B5 44 4B
Octal 222 350 352 46 1 0 10 265 104 113
Binary 10010010 11101000 11101010 100110 1 0 1000 10110101 1000100 1001011

Color Harmonies of #92E8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92E8EA

Black with #92E8EA

Text Example


Text Example

White with #92E8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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