Html Css Color HEX #9ADFEA Blizzard Blue

📋 copy color: '#9ADFEA'

red 154 ◦ green 223 ◦ blue 234

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

Shades of Blizzard Blue #9ADFEA

Tints of Blizzard Blue #9ADFEA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.5%

 BLUE value IS 234 (91.8% from 255) = 38.3%

R = 25.2%
G = 36.5%
B = 38.3%

CMYK

 C value IS 0.34

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9ADFEA (or 0x9ADFEA) is known color: Blizzard Blue. HEX triplet: 9A, DF and EA. RGB value is (154,223,234). Sum of RGB (Red+Green+Blue) = 154+223+234=611 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.20% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #9ADFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADFEA is #652015. Grayscale: #CBCBCB. Windows color (decimal): -6627350 or 15392666. OLE color: 15392666.

HSL color Cylindrical-coordinate representation of color #9ADFEA: hue angle of 188.25º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9ADFEA is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 154 223 234 -
CMYK 0.34 0.05 0 0.08
HSL 188.25º 0.66% 0.76% -
HSV(B) 188.25º 0.34% 0.92% -
XYZ 54.57 65.59 87.63 -
YUV 203.62 145.14 92.61 -
System Red Green Blue C M Y K H S L
Decimal 154 223 234 0.34 0.05 0 0.08 188.25 0.66 0.76
Hex 9A DF EA 22 5 0 8 BC 42 4C
Octal 232 337 352 42 5 0 10 274 102 114
Binary 10011010 11011111 11101010 100010 101 0 1000 10111100 1000010 1001100

Color Harmonies of #9ADFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADFEA

Black with #9ADFEA

Text Example


Text Example

White with #9ADFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,223,234); }

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

background-color css

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

 a { background-color: rgb(154,223,234); }

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

border-color css

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

 span { border-color: rgb(154,223,234); }

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