#92EFF3

Color #92EFF3 Blizzard Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blizzard Blue #92EFF3

Tints of Blizzard Blue #92EFF3

Color information

#92EFF3 (or 0x92EFF3) is unknown color: approx Blizzard Blue. HEX triplet: 92, EF and F3. RGB value is (146,239,243). Sum of RGB (Red+Green+Blue) = 146+239+243=628 (83% of max value = 765). Red value is 146 (57.42% from 255 or 23.25% from 628); Green value is 239 (93.75% from 255 or 38.06% from 628); Blue value is 243 (95.31% from 255 or 38.69% from 628); Max value from RGB is 243 - color contains mainly: blue. Hex color #92EFF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92EFF3 is #6D100C. Grayscale: #D3D3D3. Windows color (decimal): -7147533 or 15986578. OLE color: 15986578.

HSL color Cylindrical-coordinate representation of color #92EFF3: hue angle of 182.47º degrees, saturation: 0.8, 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 #92EFF3 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB146239243-
CMYK0.400.0200.05
HSL182.47º80.17%76.27%-
HSV(B)182.47º39.92%95.29%-
XYZ58.974.3296.03-
YUV211.65145.6981.17-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.25%
GREEN value IS 239 (93.75% from 255) = 38.06%
BLUE value IS 243 (95.31% from 255) = 38.69%
R=23.25%
G=38.06%
B=38.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1462392430.400.0200.05182.4780.1776.27
Hex92EFF328205b6504c
Octal22235736350205266120114
Binary1001001011101111111100111010001001011011011010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #92EFF3;
 }
 .AnyTagClassName
 {
   color: #92EFF3;
 }
</style>
background-color css

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

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

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

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

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

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