Html Css Color HEX #ADE5EF Blizzard Blue

📋 copy color: '#ADE5EF'

red 173 ◦ green 229 ◦ blue 239

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

Shades of Blizzard Blue #ADE5EF

Tints of Blizzard Blue #ADE5EF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.73%

 BLUE value IS 239 (93.75% from 255) = 37.29%

R = 26.99%
G = 35.73%
B = 37.29%

CMYK

 C value IS 0.28

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ADE5EF (or 0xADE5EF) is known color: Blizzard Blue. HEX triplet: AD, E5 and EF. RGB value is (173,229,239). Sum of RGB (Red+Green+Blue) = 173+229+239=641 (84% of max value = 765). Red value is 173 (67.97% from 255 or 26.99% from 641); Green value is 229 (89.84% from 255 or 35.73% from 641); Blue value is 239 (93.75% from 255 or 37.29% from 641); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADE5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE5EF is #521A10. Grayscale: #D5D5D5. Windows color (decimal): -5380625 or 15721901. OLE color: 15721901.

HSL color Cylindrical-coordinate representation of color #ADE5EF: hue angle of 189.09º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADE5EF is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 229 239 -
CMYK 0.28 0.04 0 0.06
HSL 189.09º 0.67% 0.81% -
HSV(B) 189.09º 0.28% 0.94% -
XYZ 60.83 71.15 92.19 -
YUV 213.4 142.45 99.19 -
System Red Green Blue C M Y K H S L
Decimal 173 229 239 0.28 0.04 0 0.06 189.09 0.67 0.81
Hex AD E5 EF 1C 4 0 6 BD 43 51
Octal 255 345 357 34 4 0 6 275 103 121
Binary 10101101 11100101 11101111 11100 100 0 110 10111101 1000011 1010001

Color Harmonies of #ADE5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE5EF

Black with #ADE5EF

Text Example


Text Example

White with #ADE5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE5EF; }

 p { color: rgb(173,229,239); }

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

background-color css

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

 a { background-color: rgb(173,229,239); }

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

border-color css

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

 span { border-color: rgb(173,229,239); }

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