#9AEBEB

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

Shades of Blizzard Blue #9AEBEB

Tints of Blizzard Blue #9AEBEB

Color information

#9AEBEB (or 0x9AEBEB) is unknown color: approx Blizzard Blue. HEX triplet: 9A, EB and EB. RGB value is (154,235,235). Sum of RGB (Red+Green+Blue) = 154+235+235=624 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.68% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #9AEBEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AEBEB is #651414. Grayscale: #D2D2D2. Windows color (decimal): -6624277 or 15461274. OLE color: 15461274.

HSL color Cylindrical-coordinate representation of color #9AEBEB: hue angle of 180º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AEBEB is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB154235235-
CMYK0.34000.08
HSL180º66.94%76.27%-
HSV(B)180º34.47%92.16%-
XYZ58.0372.2889.49-
YUV210.78141.6687.5-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.68%
GREEN value IS 235 (92.19% from 255) = 37.66%
BLUE value IS 235 (92.19% from 255) = 37.66%
R=24.68%
G=37.66%
B=37.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1542352350.34000.0818066.9476.27
Hex9AEBEB22008b4434c
Octal232353353420010264103114
Binary1001101011101011111010111000100010001011010010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AEBEB; }

 p { color: rgb(154,235,235); }

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

<style>
 a { background-color: #9AEBEB; }

 a { background-color: rgb(154,235,235); }

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

<style>
 span { border-color: #9AEBEB; }

 span { border-color: rgb(154,235,235); }

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