Html Css Color HEX #92EFF1 Blizzard Blue

📋 copy color: '#92EFF1'

red 146 ◦ green 239 ◦ blue 241

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

Shades of Blizzard Blue #92EFF1

Tints of Blizzard Blue #92EFF1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.18%

 BLUE value IS 241 (94.53% from 255) = 38.5%

R = 23.32%
G = 38.18%
B = 38.5%

CMYK

 C value IS 0.39

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#92EFF1 (or 0x92EFF1) is known color: Blizzard Blue. HEX triplet: 92, EF and F1. RGB value is (146,239,241). Sum of RGB (Red+Green+Blue) = 146+239+241=626 (82% of max value = 765). Red value is 146 (57.42% from 255 or 23.32% from 626); Green value is 239 (93.75% from 255 or 38.18% from 626); Blue value is 241 (94.53% from 255 or 38.50% from 626); Max value from RGB is 241 - color contains mainly: blue. Hex color #92EFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92EFF1 is #6D100E. Grayscale: #D3D3D3. Windows color (decimal): -7147535 or 15855506. OLE color: 15855506.

HSL color Cylindrical-coordinate representation of color #92EFF1: hue angle of 181.26º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92EFF1 is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 146 239 241 -
CMYK 0.39 0.01 0 0.05
HSL 181.26º 0.77% 0.76% -
HSV(B) 181.26º 0.39% 0.95% -
XYZ 58.6 74.19 94.45 -
YUV 211.42 144.69 81.34 -
System Red Green Blue C M Y K H S L
Decimal 146 239 241 0.39 0.01 0 0.05 181.26 0.77 0.76
Hex 92 EF F1 27 1 0 5 B5 4D 4C
Octal 222 357 361 47 1 0 5 265 115 114
Binary 10010010 11101111 11110001 100111 1 0 101 10110101 1001101 1001100

Color Harmonies of #92EFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92EFF1

Black with #92EFF1

Text Example


Text Example

White with #92EFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,239,241); }

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

background-color css

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

 a { background-color: rgb(146,239,241); }

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

border-color css

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

 span { border-color: rgb(146,239,241); }

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