Html Css Color HEX #ADE7FA Blizzard Blue

📋 copy color: '#ADE7FA'

red 173 ◦ green 231 ◦ blue 250

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

Shades of Blizzard Blue #ADE7FA

Tints of Blizzard Blue #ADE7FA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.32%

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

R = 26.45%
G = 35.32%
B = 38.23%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ADE7FA (or 0xADE7FA) is known color: Blizzard Blue. HEX triplet: AD, E7 and FA. RGB value is (173,231,250). Sum of RGB (Red+Green+Blue) = 173+231+250=654 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.45% from 654); Green value is 231 (90.62% from 255 or 35.32% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADE7FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADE7FA is #521805. Grayscale: #D7D7D7. Windows color (decimal): -5380102 or 16443309. OLE color: 16443309.

HSL color Cylindrical-coordinate representation of color #ADE7FA: hue angle of 194.81º 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 #ADE7FA is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 231 250 -
CMYK 0.31 0.08 0 0.02
HSL 194.81º 0.89% 0.83% -
HSV(B) 194.81º 0.31% 0.98% -
XYZ 63.06 72.94 101.2 -
YUV 215.82 147.28 97.46 -
System Red Green Blue C M Y K H S L
Decimal 173 231 250 0.31 0.08 0 0.02 194.81 0.89 0.83
Hex AD E7 FA 1F 8 0 2 C3 59 53
Octal 255 347 372 37 10 0 2 303 131 123
Binary 10101101 11100111 11111010 11111 1000 0 10 11000011 1011001 1010011

Color Harmonies of #ADE7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE7FA

Black with #ADE7FA

Text Example


Text Example

White with #ADE7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE7FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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