Html Css Color HEX #ADE2EF Blizzard Blue

📋 copy color: '#ADE2EF'

red 173 ◦ green 226 ◦ blue 239

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

Shades of Blizzard Blue #ADE2EF

Tints of Blizzard Blue #ADE2EF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.42%

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

R = 27.12%
G = 35.42%
B = 37.46%

CMYK

 C value IS 0.28

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ADE2EF (or 0xADE2EF) is known color: Blizzard Blue. HEX triplet: AD, E2 and EF. RGB value is (173,226,239). Sum of RGB (Red+Green+Blue) = 173+226+239=638 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.12% from 638); Green value is 226 (88.67% from 255 or 35.42% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADE2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE2EF is #521D10. Grayscale: #D3D3D3. Windows color (decimal): -5381393 or 15721133. OLE color: 15721133.

HSL color Cylindrical-coordinate representation of color #ADE2EF: hue angle of 191.82º 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 #ADE2EF is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 226 239 -
CMYK 0.28 0.05 0 0.06
HSL 191.82º 0.67% 0.81% -
HSV(B) 191.82º 0.28% 0.94% -
XYZ 60.01 69.51 91.92 -
YUV 211.64 143.44 100.44 -
System Red Green Blue C M Y K H S L
Decimal 173 226 239 0.28 0.05 0 0.06 191.82 0.67 0.81
Hex AD E2 EF 1C 5 0 6 C0 43 51
Octal 255 342 357 34 5 0 6 300 103 121
Binary 10101101 11100010 11101111 11100 101 0 110 11000000 1000011 1010001

Color Harmonies of #ADE2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE2EF

Black with #ADE2EF

Text Example


Text Example

White with #ADE2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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