Html Css Color HEX #92ECF8 Blizzard Blue

📋 copy color: '#92ECF8'

red 146 ◦ green 236 ◦ blue 248

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

Shades of Blizzard Blue #92ECF8

Tints of Blizzard Blue #92ECF8

RGB

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

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

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

R = 23.17%
G = 37.46%
B = 39.37%

CMYK

 C value IS 0.41

 M value IS 0.05

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#92ECF8 (or 0x92ECF8) is known color: Blizzard Blue. HEX triplet: 92, EC and F8. RGB value is (146,236,248). Sum of RGB (Red+Green+Blue) = 146+236+248=630 (83% of max value = 765). Red value is 146 (57.42% from 255 or 23.17% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 248 (97.27% from 255 or 39.37% from 630); Max value from RGB is 248 - color contains mainly: blue. Hex color #92ECF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92ECF8 is #6D1307. Grayscale: #D2D2D2. Windows color (decimal): -7148296 or 16313490. OLE color: 16313490.

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

Color convert

RGB 146 236 248 -
CMYK 0.41 0.05 0 0.03
HSL 187.06º 0.88% 0.77% -
HSV(B) 187.06º 0.41% 0.97% -
XYZ 58.79 72.88 99.78 -
YUV 210.46 149.18 82.02 -
System Red Green Blue C M Y K H S L
Decimal 146 236 248 0.41 0.05 0 0.03 187.06 0.88 0.77
Hex 92 EC F8 29 5 0 3 BB 58 4D
Octal 222 354 370 51 5 0 3 273 130 115
Binary 10010010 11101100 11111000 101001 101 0 11 10111011 1011000 1001101

Color Harmonies of #92ECF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92ECF8

Black with #92ECF8

Text Example


Text Example

White with #92ECF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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