Html Css Color HEX #92EEF2 Blizzard Blue

📋 copy color: '#92EEF2'

red 146 ◦ green 238 ◦ blue 242

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

Shades of Blizzard Blue #92EEF2

Tints of Blizzard Blue #92EEF2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.02%

 BLUE value IS 242 (94.92% from 255) = 38.66%

R = 23.32%
G = 38.02%
B = 38.66%

CMYK

 C value IS 0.40

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#92EEF2 (or 0x92EEF2) is known color: Blizzard Blue. HEX triplet: 92, EE and F2. RGB value is (146,238,242). Sum of RGB (Red+Green+Blue) = 146+238+242=626 (82% of max value = 765). Red value is 146 (57.42% from 255 or 23.32% from 626); Green value is 238 (93.36% from 255 or 38.02% from 626); Blue value is 242 (94.92% from 255 or 38.66% from 626); Max value from RGB is 242 - color contains mainly: blue. Hex color #92EEF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92EEF2 is #6D110D. Grayscale: #D2D2D2. Windows color (decimal): -7147790 or 15920786. OLE color: 15920786.

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

Color convert

RGB 146 238 242 -
CMYK 0.40 0.02 0 0.05
HSL 182.5º 0.79% 0.76% -
HSV(B) 182.5º 0.4% 0.95% -
XYZ 58.46 73.67 95.14 -
YUV 210.95 145.52 81.67 -
System Red Green Blue C M Y K H S L
Decimal 146 238 242 0.40 0.02 0 0.05 182.5 0.79 0.76
Hex 92 EE F2 28 2 0 5 B6 4F 4C
Octal 222 356 362 50 2 0 5 266 117 114
Binary 10010010 11101110 11110010 101000 10 0 101 10110110 1001111 1001100

Color Harmonies of #92EEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92EEF2

Black with #92EEF2

Text Example


Text Example

White with #92EEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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