Html Css Color HEX #9ADCED Blizzard Blue

📋 copy color: '#9ADCED'

red 154 ◦ green 220 ◦ blue 237

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

Shades of Blizzard Blue #9ADCED

Tints of Blizzard Blue #9ADCED

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.01%

 BLUE value IS 237 (92.97% from 255) = 38.79%

R = 25.2%
G = 36.01%
B = 38.79%

CMYK

 C value IS 0.35

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9ADCED (or 0x9ADCED) is known color: Blizzard Blue. HEX triplet: 9A, DC and ED. RGB value is (154,220,237). Sum of RGB (Red+Green+Blue) = 154+220+237=611 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.20% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 237 - color contains mainly: blue. Hex color #9ADCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADCED is #652312. Grayscale: #CACACA. Windows color (decimal): -6628115 or 15588506. OLE color: 15588506.

HSL color Cylindrical-coordinate representation of color #9ADCED: hue angle of 192.29º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9ADCED is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 154 220 237 -
CMYK 0.35 0.07 0 0.07
HSL 192.29º 0.7% 0.77% -
HSV(B) 192.29º 0.35% 0.93% -
XYZ 54.21 64.17 89.65 -
YUV 202.2 147.63 93.62 -
System Red Green Blue C M Y K H S L
Decimal 154 220 237 0.35 0.07 0 0.07 192.29 0.7 0.77
Hex 9A DC ED 23 7 0 7 C0 46 4D
Octal 232 334 355 43 7 0 7 300 106 115
Binary 10011010 11011100 11101101 100011 111 0 111 11000000 1000110 1001101

Color Harmonies of #9ADCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADCED

Black with #9ADCED

Text Example


Text Example

White with #9ADCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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