Html Css Color HEX #92E4EE Blizzard Blue

📋 copy color: '#92E4EE'

red 146 ◦ green 228 ◦ blue 238

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

Shades of Blizzard Blue #92E4EE

Tints of Blizzard Blue #92E4EE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.25%

 BLUE value IS 238 (93.36% from 255) = 38.89%

R = 23.86%
G = 37.25%
B = 38.89%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#92E4EE (or 0x92E4EE) is known color: Blizzard Blue. HEX triplet: 92, E4 and EE. RGB value is (146,228,238). Sum of RGB (Red+Green+Blue) = 146+228+238=612 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.86% from 612); Green value is 228 (89.45% from 255 or 37.25% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #92E4EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92E4EE is #6D1B11. Grayscale: #CCCCCC. Windows color (decimal): -7150354 or 15656082. OLE color: 15656082.

HSL color Cylindrical-coordinate representation of color #92E4EE: hue angle of 186.52º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92E4EE is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 146 228 238 -
CMYK 0.39 0.04 0 0.07
HSL 186.52º 0.73% 0.75% -
HSV(B) 186.52º 0.39% 0.93% -
XYZ 55.03 67.77 91.07 -
YUV 204.62 146.83 86.19 -
System Red Green Blue C M Y K H S L
Decimal 146 228 238 0.39 0.04 0 0.07 186.52 0.73 0.75
Hex 92 E4 EE 27 4 0 7 BB 49 4B
Octal 222 344 356 47 4 0 7 273 111 113
Binary 10010010 11100100 11101110 100111 100 0 111 10111011 1001001 1001011

Color Harmonies of #92E4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92E4EE

Black with #92E4EE

Text Example


Text Example

White with #92E4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,228,238); }

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

background-color css

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

 a { background-color: rgb(146,228,238); }

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

border-color css

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

 span { border-color: rgb(146,228,238); }

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