Html Css Color HEX #92E7E4 Blizzard Blue

📋 copy color: '#92E7E4'

red 146 ◦ green 231 ◦ blue 228

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

Shades of Blizzard Blue #92E7E4

Tints of Blizzard Blue #92E7E4

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.18%

 BLUE value IS 228 (89.45% from 255) = 37.69%

R = 24.13%
G = 38.18%
B = 37.69%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#92E7E4 (or 0x92E7E4) is known color: Blizzard Blue. HEX triplet: 92, E7 and E4. RGB value is (146,231,228). Sum of RGB (Red+Green+Blue) = 146+231+228=605 (80% of max value = 765). Red value is 146 (57.42% from 255 or 24.13% from 605); Green value is 231 (90.62% from 255 or 38.18% from 605); Blue value is 228 (89.45% from 255 or 37.69% from 605); Max value from RGB is 231 - color contains mainly: green. Hex color #92E7E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92E7E4 is #6D181B. Grayscale: #CDCDCD. Windows color (decimal): -7149596 or 15001490. OLE color: 15001490.

HSL color Cylindrical-coordinate representation of color #92E7E4: hue angle of 177.88º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #92E7E4 is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB 146 231 228 -
CMYK 0.37 0 0.01 0.09
HSL 177.88º 0.64% 0.74% -
HSV(B) 177.88º 0.37% 0.91% -
XYZ 54.43 68.86 83.82 -
YUV 205.24 140.84 85.74 -
System Red Green Blue C M Y K H S L
Decimal 146 231 228 0.37 0 0.01 0.09 177.88 0.64 0.74
Hex 92 E7 E4 25 0 1 9 B2 40 4A
Octal 222 347 344 45 0 1 11 262 100 112
Binary 10010010 11100111 11100100 100101 0 1 1001 10110010 1000000 1001010

Color Harmonies of #92E7E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92E7E4

Black with #92E7E4

Text Example


Text Example

White with #92E7E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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