Html Css Color HEX #92EDF8 Blizzard Blue

📋 copy color: '#92EDF8'

red 146 ◦ green 237 ◦ blue 248

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

Shades of Blizzard Blue #92EDF8

Tints of Blizzard Blue #92EDF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 39.3%

R = 23.14%
G = 37.56%
B = 39.3%

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

#92EDF8 (or 0x92EDF8) is known color: Blizzard Blue. HEX triplet: 92, ED and F8. RGB value is (146,237,248). Sum of RGB (Red+Green+Blue) = 146+237+248=631 (83% of max value = 765). Red value is 146 (57.42% from 255 or 23.14% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 248 (97.27% from 255 or 39.30% from 631); Max value from RGB is 248 - color contains mainly: blue. Hex color #92EDF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92EDF8 is #6D1207. Grayscale: #D2D2D2. Windows color (decimal): -7148040 or 16313746. OLE color: 16313746.

HSL color Cylindrical-coordinate representation of color #92EDF8: hue angle of 186.47º degrees, saturation: 0.88, 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 #92EDF8 is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 146 237 248 -
CMYK 0.41 0.04 0 0.03
HSL 186.47º 0.88% 0.77% -
HSV(B) 186.47º 0.41% 0.97% -
XYZ 59.08 73.46 99.87 -
YUV 211.05 148.85 81.61 -
System Red Green Blue C M Y K H S L
Decimal 146 237 248 0.41 0.04 0 0.03 186.47 0.88 0.77
Hex 92 ED F8 29 4 0 3 BA 58 4D
Octal 222 355 370 51 4 0 3 272 130 115
Binary 10010010 11101101 11111000 101001 100 0 11 10111010 1011000 1001101

Color Harmonies of #92EDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92EDF8

Black with #92EDF8

Text Example


Text Example

White with #92EDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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