Html Css Color HEX #92ECF9 Blizzard Blue

📋 copy color: '#92ECF9'

red 146 ◦ green 236 ◦ blue 249

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

Shades of Blizzard Blue #92ECF9

Tints of Blizzard Blue #92ECF9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.4%

 BLUE value IS 249 (97.66% from 255) = 39.46%

R = 23.14%
G = 37.4%
B = 39.46%

CMYK

 C value IS 0.41

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#92ECF9 (or 0x92ECF9) is known color: Blizzard Blue. HEX triplet: 92, EC and F9. RGB value is (146,236,249). Sum of RGB (Red+Green+Blue) = 146+236+249=631 (83% of max value = 765). Red value is 146 (57.42% from 255 or 23.14% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 249 (97.66% from 255 or 39.46% from 631); Max value from RGB is 249 - color contains mainly: blue. Hex color #92ECF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92ECF9 is #6D1306. Grayscale: #D2D2D2. Windows color (decimal): -7148295 or 16379026. OLE color: 16379026.

HSL color Cylindrical-coordinate representation of color #92ECF9: hue angle of 187.57º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92ECF9 is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 146 236 249 -
CMYK 0.41 0.05 0 0.02
HSL 187.57º 0.9% 0.77% -
HSV(B) 187.57º 0.41% 0.98% -
XYZ 58.95 72.94 100.59 -
YUV 210.57 149.68 81.94 -
System Red Green Blue C M Y K H S L
Decimal 146 236 249 0.41 0.05 0 0.02 187.57 0.9 0.77
Hex 92 EC F9 29 5 0 2 BC 5A 4D
Octal 222 354 371 51 5 0 2 274 132 115
Binary 10010010 11101100 11111001 101001 101 0 10 10111100 1011010 1001101

Color Harmonies of #92ECF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92ECF9

Black with #92ECF9

Text Example


Text Example

White with #92ECF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,236,249); }

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

background-color css

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

 a { background-color: rgb(146,236,249); }

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

border-color css

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

 span { border-color: rgb(146,236,249); }

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