Html Css Color HEX #9AEEF1 Blizzard Blue

📋 copy color: '#9AEEF1'

red 154 ◦ green 238 ◦ blue 241

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

Shades of Blizzard Blue #9AEEF1

Tints of Blizzard Blue #9AEEF1

RGB

 RED value IS 154 (60.55% from 255) = 24.33%

 GREEN value IS 238 (93.36% from 255) = 37.6%

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

R = 24.33%
G = 37.6%
B = 38.07%

CMYK

 C value IS 0.36

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9AEEF1 (or 0x9AEEF1) is known color: Blizzard Blue. HEX triplet: 9A, EE and F1. RGB value is (154,238,241). Sum of RGB (Red+Green+Blue) = 154+238+241=633 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.33% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 241 - color contains mainly: blue. Hex color #9AEEF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AEEF1 is #65110E. Grayscale: #D5D5D5. Windows color (decimal): -6623503 or 15855258. OLE color: 15855258.

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

Color convert

RGB 154 238 241 -
CMYK 0.36 0.01 0 0.05
HSL 182.07º 0.76% 0.77% -
HSV(B) 182.07º 0.36% 0.95% -
XYZ 59.78 74.37 94.42 -
YUV 213.23 143.67 85.76 -
System Red Green Blue C M Y K H S L
Decimal 154 238 241 0.36 0.01 0 0.05 182.07 0.76 0.77
Hex 9A EE F1 24 1 0 5 B6 4C 4D
Octal 232 356 361 44 1 0 5 266 114 115
Binary 10011010 11101110 11110001 100100 1 0 101 10110110 1001100 1001101

Color Harmonies of #9AEEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AEEF1

Black with #9AEEF1

Text Example


Text Example

White with #9AEEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,238,241); }

 H1.HeaderClassName
 {
   color: #9AEEF1;
 }
 .AnyTagClassName
 {
   color: #9AEEF1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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