Html Css Color HEX #9AF1FA Blizzard Blue

📋 copy color: '#9AF1FA'

red 154 ◦ green 241 ◦ blue 250

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

Shades of Blizzard Blue #9AF1FA

Tints of Blizzard Blue #9AF1FA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.36%

 BLUE value IS 250 (98.05% from 255) = 38.76%

R = 23.88%
G = 37.36%
B = 38.76%

CMYK

 C value IS 0.38

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9AF1FA (or 0x9AF1FA) is known color: Blizzard Blue. HEX triplet: 9A, F1 and FA. RGB value is (154,241,250). Sum of RGB (Red+Green+Blue) = 154+241+250=645 (85% of max value = 765). Red value is 154 (60.55% from 255 or 23.88% from 645); Green value is 241 (94.53% from 255 or 37.36% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #9AF1FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AF1FA is #650E05. Grayscale: #D7D7D7. Windows color (decimal): -6622726 or 16445850. OLE color: 16445850.

HSL color Cylindrical-coordinate representation of color #9AF1FA: hue angle of 185.62º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AF1FA is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 154 241 250 -
CMYK 0.38 0.04 0 0.02
HSL 185.63º 0.91% 0.79% -
HSV(B) 185.63º 0.38% 0.98% -
XYZ 62.04 76.68 101.97 -
YUV 216.01 147.18 83.77 -
System Red Green Blue C M Y K H S L
Decimal 154 241 250 0.38 0.04 0 0.02 185.63 0.91 0.79
Hex 9A F1 FA 26 4 0 2 BA 5B 4F
Octal 232 361 372 46 4 0 2 272 133 117
Binary 10011010 11110001 11111010 100110 100 0 10 10111010 1011011 1001111

Color Harmonies of #9AF1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF1FA

Black with #9AF1FA

Text Example


Text Example

White with #9AF1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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