Html Css Color HEX #9AEBFA Blizzard Blue

📋 copy color: '#9AEBFA'

red 154 ◦ green 235 ◦ blue 250

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

Shades of Blizzard Blue #9AEBFA

Tints of Blizzard Blue #9AEBFA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.78%

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

R = 24.1%
G = 36.78%
B = 39.12%

CMYK

 C value IS 0.38

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9AEBFA (or 0x9AEBFA) is known color: Blizzard Blue. HEX triplet: 9A, EB and FA. RGB value is (154,235,250). Sum of RGB (Red+Green+Blue) = 154+235+250=639 (84% of max value = 765). Red value is 154 (60.55% from 255 or 24.10% from 639); Green value is 235 (92.19% from 255 or 36.78% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #9AEBFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AEBFA is #651405. Grayscale: #D4D4D4. Windows color (decimal): -6624262 or 16444314. OLE color: 16444314.

HSL color Cylindrical-coordinate representation of color #9AEBFA: hue angle of 189.38º 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 #9AEBFA is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 154 235 250 -
CMYK 0.38 0.06 0 0.02
HSL 189.38º 0.91% 0.79% -
HSV(B) 189.38º 0.38% 0.98% -
XYZ 60.29 73.19 101.39 -
YUV 212.49 149.16 86.28 -
System Red Green Blue C M Y K H S L
Decimal 154 235 250 0.38 0.06 0 0.02 189.38 0.91 0.79
Hex 9A EB FA 26 6 0 2 BD 5B 4F
Octal 232 353 372 46 6 0 2 275 133 117
Binary 10011010 11101011 11111010 100110 110 0 10 10111101 1011011 1001111

Color Harmonies of #9AEBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AEBFA

Black with #9AEBFA

Text Example


Text Example

White with #9AEBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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