Html Css Color HEX #ADEAFA Blizzard Blue

📋 copy color: '#ADEAFA'

red 173 ◦ green 234 ◦ blue 250

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

Shades of Blizzard Blue #ADEAFA

Tints of Blizzard Blue #ADEAFA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.62%

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

R = 26.33%
G = 35.62%
B = 38.05%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ADEAFA (or 0xADEAFA) is known color: Blizzard Blue. HEX triplet: AD, EA and FA. RGB value is (173,234,250). Sum of RGB (Red+Green+Blue) = 173+234+250=657 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.33% from 657); Green value is 234 (91.80% from 255 or 35.62% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADEAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEAFA is #521505. Grayscale: #D9D9D9. Windows color (decimal): -5379334 or 16444077. OLE color: 16444077.

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

Color convert

RGB 173 234 250 -
CMYK 0.31 0.06 0 0.02
HSL 192.47º 0.89% 0.83% -
HSV(B) 192.47º 0.31% 0.98% -
XYZ 63.91 74.63 101.48 -
YUV 217.59 146.29 96.2 -
System Red Green Blue C M Y K H S L
Decimal 173 234 250 0.31 0.06 0 0.02 192.47 0.89 0.83
Hex AD EA FA 1F 6 0 2 C0 59 53
Octal 255 352 372 37 6 0 2 300 131 123
Binary 10101101 11101010 11111010 11111 110 0 10 11000000 1011001 1010011

Color Harmonies of #ADEAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEAFA

Black with #ADEAFA

Text Example


Text Example

White with #ADEAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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