Html Css Color HEX #92EDF9 Blizzard Blue

📋 copy color: '#92EDF9'

red 146 ◦ green 237 ◦ blue 249

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

Shades of Blizzard Blue #92EDF9

Tints of Blizzard Blue #92EDF9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.5%

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

R = 23.1%
G = 37.5%
B = 39.4%

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

#92EDF9 (or 0x92EDF9) is known color: Blizzard Blue. HEX triplet: 92, ED and F9. RGB value is (146,237,249). Sum of RGB (Red+Green+Blue) = 146+237+249=632 (83% of max value = 765). Red value is 146 (57.42% from 255 or 23.10% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 249 (97.66% from 255 or 39.40% from 632); Max value from RGB is 249 - color contains mainly: blue. Hex color #92EDF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92EDF9 is #6D1206. Grayscale: #D3D3D3. Windows color (decimal): -7148039 or 16379282. OLE color: 16379282.

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

Color convert

RGB 146 237 249 -
CMYK 0.41 0.05 0 0.02
HSL 186.99º 0.9% 0.77% -
HSV(B) 186.99º 0.41% 0.98% -
XYZ 59.24 73.52 100.69 -
YUV 211.16 149.35 81.52 -
System Red Green Blue C M Y K H S L
Decimal 146 237 249 0.41 0.05 0 0.02 186.99 0.9 0.77
Hex 92 ED F9 29 5 0 2 BB 5A 4D
Octal 222 355 371 51 5 0 2 273 132 115
Binary 10010010 11101101 11111001 101001 101 0 10 10111011 1011010 1001101

Color Harmonies of #92EDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92EDF9

Black with #92EDF9

Text Example


Text Example

White with #92EDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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