Html Css Color HEX #9AEBEB Blizzard Blue

📋 copy color: '#9AEBEB'

red 154 ◦ green 235 ◦ blue 235

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

Shades of Blizzard Blue #9AEBEB

Tints of Blizzard Blue #9AEBEB

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 value IS 0.34

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9AEBEB (or 0x9AEBEB) is known color: 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

RGB 154 235 235 -
CMYK 0.34 0 0 0.08
HSL 180º 0.67% 0.76% -
HSV(B) 180º 0.34% 0.92% -
XYZ 58.03 72.28 89.49 -
YUV 210.78 141.66 87.5 -
System Red Green Blue C M Y K H S L
Decimal 154 235 235 0.34 0 0 0.08 180 0.67 0.76
Hex 9A EB EB 22 0 0 8 B4 43 4C
Octal 232 353 353 42 0 0 10 264 103 114
Binary 10011010 11101011 11101011 100010 0 0 1000 10110100 1000011 1001100

Color Harmonies of #9AEBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AEBEB

Black with #9AEBEB

Text Example


Text Example

White with #9AEBEB

Text Example


Text Example

HTML Codes & Css Web 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>