Html Css Color HEX #ADEDFD Blizzard Blue

📋 copy color: '#ADEDFD'

red 173 ◦ green 237 ◦ blue 253

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

Shades of Blizzard Blue #ADEDFD

Tints of Blizzard Blue #ADEDFD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.75%

 BLUE value IS 253 (99.22% from 255) = 38.16%

R = 26.09%
G = 35.75%
B = 38.16%

CMYK

 C value IS 0.32

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ADEDFD (or 0xADEDFD) is known color: Blizzard Blue. HEX triplet: AD, ED and FD. RGB value is (173,237,253). Sum of RGB (Red+Green+Blue) = 173+237+253=663 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.09% from 663); Green value is 237 (92.97% from 255 or 35.75% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADEDFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEDFD is #521202. Grayscale: #DBDBDB. Windows color (decimal): -5378563 or 16641453. OLE color: 16641453.

HSL color Cylindrical-coordinate representation of color #ADEDFD: hue angle of 192º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADEDFD is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 237 253 -
CMYK 0.32 0.06 0 0.01
HSL 192º 0.95% 0.84% -
HSV(B) 192º 0.32% 0.99% -
XYZ 65.25 76.54 104.26 -
YUV 219.69 146.8 94.7 -
System Red Green Blue C M Y K H S L
Decimal 173 237 253 0.32 0.06 0 0.01 192 0.95 0.84
Hex AD ED FD 20 6 0 1 C0 5F 54
Octal 255 355 375 40 6 0 1 300 137 124
Binary 10101101 11101101 11111101 100000 110 0 1 11000000 1011111 1010100

Color Harmonies of #ADEDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEDFD

Black with #ADEDFD

Text Example


Text Example

White with #ADEDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEDFD; }

 p { color: rgb(173,237,253); }

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

background-color css

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

 a { background-color: rgb(173,237,253); }

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

border-color css

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

 span { border-color: rgb(173,237,253); }

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