Html Css Color HEX #92EDF7 Blizzard Blue

📋 copy color: '#92EDF7'

red 146 ◦ green 237 ◦ blue 247

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

Shades of Blizzard Blue #92EDF7

Tints of Blizzard Blue #92EDF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 39.21%

R = 23.17%
G = 37.62%
B = 39.21%

CMYK

 C value IS 0.41

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#92EDF7 (or 0x92EDF7) is known color: Blizzard Blue. HEX triplet: 92, ED and F7. RGB value is (146,237,247). Sum of RGB (Red+Green+Blue) = 146+237+247=630 (83% of max value = 765). Red value is 146 (57.42% from 255 or 23.17% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 247 (96.88% from 255 or 39.21% from 630); Max value from RGB is 247 - color contains mainly: blue. Hex color #92EDF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92EDF7 is #6D1208. Grayscale: #D2D2D2. Windows color (decimal): -7148041 or 16248210. OLE color: 16248210.

HSL color Cylindrical-coordinate representation of color #92EDF7: hue angle of 185.94º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92EDF7 is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 146 237 247 -
CMYK 0.41 0.04 0 0.03
HSL 185.94º 0.86% 0.77% -
HSV(B) 185.94º 0.41% 0.97% -
XYZ 58.93 73.39 99.06 -
YUV 210.93 148.35 81.69 -
System Red Green Blue C M Y K H S L
Decimal 146 237 247 0.41 0.04 0 0.03 185.94 0.86 0.77
Hex 92 ED F7 29 4 0 3 BA 56 4D
Octal 222 355 367 51 4 0 3 272 126 115
Binary 10010010 11101101 11110111 101001 100 0 11 10111010 1010110 1001101

Color Harmonies of #92EDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92EDF7

Black with #92EDF7

Text Example


Text Example

White with #92EDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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