Html Css Color HEX #9AEDFA Blizzard Blue

📋 copy color: '#9AEDFA'

red 154 ◦ green 237 ◦ blue 250

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

Shades of Blizzard Blue #9AEDFA

Tints of Blizzard Blue #9AEDFA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.97%

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

R = 24.02%
G = 36.97%
B = 39%

CMYK

 C value IS 0.38

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9AEDFA (or 0x9AEDFA) is known color: Blizzard Blue. HEX triplet: 9A, ED and FA. RGB value is (154,237,250). Sum of RGB (Red+Green+Blue) = 154+237+250=641 (84% of max value = 765). Red value is 154 (60.55% from 255 or 24.02% from 641); Green value is 237 (92.97% from 255 or 36.97% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #9AEDFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AEDFA is #651205. Grayscale: #D5D5D5. Windows color (decimal): -6623750 or 16444826. OLE color: 16444826.

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

Color convert

RGB 154 237 250 -
CMYK 0.38 0.05 0 0.02
HSL 188.13º 0.91% 0.79% -
HSV(B) 188.13º 0.38% 0.98% -
XYZ 60.87 74.34 101.58 -
YUV 213.67 148.5 85.44 -
System Red Green Blue C M Y K H S L
Decimal 154 237 250 0.38 0.05 0 0.02 188.13 0.91 0.79
Hex 9A ED FA 26 5 0 2 BC 5B 4F
Octal 232 355 372 46 5 0 2 274 133 117
Binary 10011010 11101101 11111010 100110 101 0 10 10111100 1011011 1001111

Color Harmonies of #9AEDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AEDFA

Black with #9AEDFA

Text Example


Text Example

White with #9AEDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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