Html Css Color HEX #92EAE5 Blizzard Blue

📋 copy color: '#92EAE5'

red 146 ◦ green 234 ◦ blue 229

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

Shades of Blizzard Blue #92EAE5

Tints of Blizzard Blue #92EAE5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.42%

 BLUE value IS 229 (89.84% from 255) = 37.6%

R = 23.97%
G = 38.42%
B = 37.6%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#92EAE5 (or 0x92EAE5) is known color: Blizzard Blue. HEX triplet: 92, EA and E5. RGB value is (146,234,229). Sum of RGB (Red+Green+Blue) = 146+234+229=609 (80% of max value = 765). Red value is 146 (57.42% from 255 or 23.97% from 609); Green value is 234 (91.80% from 255 or 38.42% from 609); Blue value is 229 (89.84% from 255 or 37.60% from 609); Max value from RGB is 234 - color contains mainly: green. Hex color #92EAE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92EAE5 is #6D151A. Grayscale: #CFCFCF. Windows color (decimal): -7148827 or 15067794. OLE color: 15067794.

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

Color convert

RGB 146 234 229 -
CMYK 0.38 0 0.02 0.08
HSL 176.59º 0.68% 0.75% -
HSV(B) 176.59º 0.38% 0.92% -
XYZ 55.42 70.61 84.84 -
YUV 207.12 140.35 84.41 -
System Red Green Blue C M Y K H S L
Decimal 146 234 229 0.38 0 0.02 0.08 176.59 0.68 0.75
Hex 92 EA E5 26 0 2 8 B1 44 4B
Octal 222 352 345 46 0 2 10 261 104 113
Binary 10010010 11101010 11100101 100110 0 10 1000 10110001 1000100 1001011

Color Harmonies of #92EAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92EAE5

Black with #92EAE5

Text Example


Text Example

White with #92EAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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