Html Css Color HEX #ADE8FA Blizzard Blue

📋 copy color: '#ADE8FA'

red 173 ◦ green 232 ◦ blue 250

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

Shades of Blizzard Blue #ADE8FA

Tints of Blizzard Blue #ADE8FA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.42%

 BLUE value IS 250 (98.05% from 255) = 38.17%

R = 26.41%
G = 35.42%
B = 38.17%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ADE8FA (or 0xADE8FA) is known color: Blizzard Blue. HEX triplet: AD, E8 and FA. RGB value is (173,232,250). Sum of RGB (Red+Green+Blue) = 173+232+250=655 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.41% from 655); Green value is 232 (91.02% from 255 or 35.42% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADE8FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADE8FA is #521705. Grayscale: #D8D8D8. Windows color (decimal): -5379846 or 16443565. OLE color: 16443565.

HSL color Cylindrical-coordinate representation of color #ADE8FA: hue angle of 194.03º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADE8FA is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 232 250 -
CMYK 0.31 0.07 0 0.02
HSL 194.03º 0.89% 0.83% -
HSV(B) 194.03º 0.31% 0.98% -
XYZ 63.35 73.5 101.29 -
YUV 216.41 146.95 97.04 -
System Red Green Blue C M Y K H S L
Decimal 173 232 250 0.31 0.07 0 0.02 194.03 0.89 0.83
Hex AD E8 FA 1F 7 0 2 C2 59 53
Octal 255 350 372 37 7 0 2 302 131 123
Binary 10101101 11101000 11111010 11111 111 0 10 11000010 1011001 1010011

Color Harmonies of #ADE8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE8FA

Black with #ADE8FA

Text Example


Text Example

White with #ADE8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE8FA; }

 p { color: rgb(173,232,250); }

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

background-color css

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

 a { background-color: rgb(173,232,250); }

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

border-color css

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

 span { border-color: rgb(173,232,250); }

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