Html Css Color HEX #92F2EF Blizzard Blue

📋 copy color: '#92F2EF'

red 146 ◦ green 242 ◦ blue 239

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

Shades of Blizzard Blue #92F2EF

Tints of Blizzard Blue #92F2EF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.6%

 BLUE value IS 239 (93.75% from 255) = 38.12%

R = 23.29%
G = 38.6%
B = 38.12%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#92F2EF (or 0x92F2EF) is known color: Blizzard Blue. HEX triplet: 92, F2 and EF. RGB value is (146,242,239). Sum of RGB (Red+Green+Blue) = 146+242+239=627 (83% of max value = 765). Red value is 146 (57.42% from 255 or 23.29% from 627); Green value is 242 (94.92% from 255 or 38.60% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 242 - color contains mainly: green. Hex color #92F2EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92F2EF is #6D0D10. Grayscale: #D4D4D4. Windows color (decimal): -7146769 or 15725202. OLE color: 15725202.

HSL color Cylindrical-coordinate representation of color #92F2EF: hue angle of 178.12º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92F2EF is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 146 242 239 -
CMYK 0.40 0 0.01 0.05
HSL 178.13º 0.79% 0.76% -
HSV(B) 178.13º 0.4% 0.95% -
XYZ 59.19 75.85 93.18 -
YUV 212.95 142.7 80.24 -
System Red Green Blue C M Y K H S L
Decimal 146 242 239 0.40 0 0.01 0.05 178.13 0.79 0.76
Hex 92 F2 EF 28 0 1 5 B2 4F 4C
Octal 222 362 357 50 0 1 5 262 117 114
Binary 10010010 11110010 11101111 101000 0 1 101 10110010 1001111 1001100

Color Harmonies of #92F2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92F2EF

Black with #92F2EF

Text Example


Text Example

White with #92F2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,242,239); }

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

background-color css

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

 a { background-color: rgb(146,242,239); }

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

border-color css

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

 span { border-color: rgb(146,242,239); }

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