Html Css Color HEX #92E2F1 Blizzard Blue

📋 copy color: '#92E2F1'

red 146 ◦ green 226 ◦ blue 241

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

Shades of Blizzard Blue #92E2F1

Tints of Blizzard Blue #92E2F1

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.87%

 BLUE value IS 241 (94.53% from 255) = 39.31%

R = 23.82%
G = 36.87%
B = 39.31%

CMYK

 C value IS 0.39

 M value IS 0.06

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#92E2F1 (or 0x92E2F1) is known color: Blizzard Blue. HEX triplet: 92, E2 and F1. RGB value is (146,226,241). Sum of RGB (Red+Green+Blue) = 146+226+241=613 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.82% from 613); Green value is 226 (88.67% from 255 or 36.87% from 613); Blue value is 241 (94.53% from 255 or 39.31% from 613); Max value from RGB is 241 - color contains mainly: blue. Hex color #92E2F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92E2F1 is #6D1D0E. Grayscale: #CBCBCB. Windows color (decimal): -7150863 or 15852178. OLE color: 15852178.

HSL color Cylindrical-coordinate representation of color #92E2F1: hue angle of 189.47º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92E2F1 is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 146 226 241 -
CMYK 0.39 0.06 0 0.05
HSL 189.47º 0.77% 0.76% -
HSV(B) 189.47º 0.39% 0.95% -
XYZ 54.93 66.85 93.23 -
YUV 203.79 149 86.78 -
System Red Green Blue C M Y K H S L
Decimal 146 226 241 0.39 0.06 0 0.05 189.47 0.77 0.76
Hex 92 E2 F1 27 6 0 5 BD 4D 4C
Octal 222 342 361 47 6 0 5 275 115 114
Binary 10010010 11100010 11110001 100111 110 0 101 10111101 1001101 1001100

Color Harmonies of #92E2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92E2F1

Black with #92E2F1

Text Example


Text Example

White with #92E2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,226,241); }

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

background-color css

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

 a { background-color: rgb(146,226,241); }

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

border-color css

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

 span { border-color: rgb(146,226,241); }

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