Html Css Color HEX #ADEDFF Blizzard Blue

📋 copy color: '#ADEDFF'

red 173 ◦ green 237 ◦ blue 255

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

Shades of Blizzard Blue #ADEDFF

Tints of Blizzard Blue #ADEDFF

RGB

 RED value IS 173 (67.97% from 255) = 26.02%

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

 BLUE value IS 255 (100% from 255) = 38.35%

R = 26.02%
G = 35.64%
B = 38.35%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ADEDFF (or 0xADEDFF) is known color: Blizzard Blue. HEX triplet: AD, ED and FF. RGB value is (173,237,255). Sum of RGB (Red+Green+Blue) = 173+237+255=665 (88% of max value = 765). Red value is 173 (67.97% from 255 or 26.02% from 665); Green value is 237 (92.97% from 255 or 35.64% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADEDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEDFF is #521200. Grayscale: #DBDBDB. Windows color (decimal): -5378561 or 16772525. OLE color: 16772525.

HSL color Cylindrical-coordinate representation of color #ADEDFF: hue angle of 193.17º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADEDFF is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 173 237 255 -
CMYK 0.32 0.07 0 0
HSL 193.17º 1% 0.84% -
HSV(B) 193.17º 0.32% 1% -
XYZ 65.57 76.67 105.95 -
YUV 219.92 147.8 94.54 -
System Red Green Blue C M Y K H S L
Decimal 173 237 255 0.32 0.07 0 0 193.17 1 0.84
Hex AD ED FF 20 7 0 0 C1 64 54
Octal 255 355 377 40 7 0 0 301 144 124
Binary 10101101 11101101 11111111 100000 111 0 0 11000001 1100100 1010100

Color Harmonies of #ADEDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEDFF

Black with #ADEDFF

Text Example


Text Example

White with #ADEDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEDFF; }

 p { color: rgb(173,237,255); }

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

background-color css

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

 a { background-color: rgb(173,237,255); }

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

border-color css

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

 span { border-color: rgb(173,237,255); }

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