Html Css Color HEX #9AE7F1 Blizzard Blue

📋 copy color: '#9AE7F1'

red 154 ◦ green 231 ◦ blue 241

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

Shades of Blizzard Blue #9AE7F1

Tints of Blizzard Blue #9AE7F1

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.9%

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

R = 24.6%
G = 36.9%
B = 38.5%

CMYK

 C value IS 0.36

 M value IS 0.04

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9AE7F1 (or 0x9AE7F1) is known color: Blizzard Blue. HEX triplet: 9A, E7 and F1. RGB value is (154,231,241). Sum of RGB (Red+Green+Blue) = 154+231+241=626 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.60% from 626); Green value is 231 (90.62% from 255 or 36.90% 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 #9AE7F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AE7F1 is #65180E. Grayscale: #D0D0D0. Windows color (decimal): -6625295 or 15853466. OLE color: 15853466.

HSL color Cylindrical-coordinate representation of color #9AE7F1: hue angle of 186.9º 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 #9AE7F1 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 154 231 241 -
CMYK 0.36 0.04 0 0.05
HSL 186.9º 0.76% 0.77% -
HSV(B) 186.9º 0.36% 0.95% -
XYZ 57.78 70.37 93.76 -
YUV 209.12 145.99 88.69 -
System Red Green Blue C M Y K H S L
Decimal 154 231 241 0.36 0.04 0 0.05 186.9 0.76 0.77
Hex 9A E7 F1 24 4 0 5 BB 4C 4D
Octal 232 347 361 44 4 0 5 273 114 115
Binary 10011010 11100111 11110001 100100 100 0 101 10111011 1001100 1001101

Color Harmonies of #9AE7F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AE7F1

Black with #9AE7F1

Text Example


Text Example

White with #9AE7F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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