Html Css Color HEX #92EAF2 Blizzard Blue

📋 copy color: '#92EAF2'

red 146 ◦ green 234 ◦ blue 242

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

Shades of Blizzard Blue #92EAF2

Tints of Blizzard Blue #92EAF2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.62%

 BLUE value IS 242 (94.92% from 255) = 38.91%

R = 23.47%
G = 37.62%
B = 38.91%

CMYK

 C value IS 0.40

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#92EAF2 (or 0x92EAF2) is known color: Blizzard Blue. HEX triplet: 92, EA and F2. RGB value is (146,234,242). Sum of RGB (Red+Green+Blue) = 146+234+242=622 (82% of max value = 765). Red value is 146 (57.42% from 255 or 23.47% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 242 (94.92% from 255 or 38.91% from 622); Max value from RGB is 242 - color contains mainly: blue. Hex color #92EAF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92EAF2 is #6D150D. Grayscale: #D0D0D0. Windows color (decimal): -7148814 or 15919762. OLE color: 15919762.

HSL color Cylindrical-coordinate representation of color #92EAF2: hue angle of 185º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92EAF2 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 146 234 242 -
CMYK 0.40 0.03 0 0.05
HSL 185º 0.79% 0.76% -
HSV(B) 185º 0.4% 0.95% -
XYZ 57.3 71.37 94.76 -
YUV 208.6 146.85 83.35 -
System Red Green Blue C M Y K H S L
Decimal 146 234 242 0.40 0.03 0 0.05 185 0.79 0.76
Hex 92 EA F2 28 3 0 5 B9 4F 4C
Octal 222 352 362 50 3 0 5 271 117 114
Binary 10010010 11101010 11110010 101000 11 0 101 10111001 1001111 1001100

Color Harmonies of #92EAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92EAF2

Black with #92EAF2

Text Example


Text Example

White with #92EAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,234,242); }

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

background-color css

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

 a { background-color: rgb(146,234,242); }

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

border-color css

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

 span { border-color: rgb(146,234,242); }

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