Html Css Color HEX #A1DDED Blizzard Blue

📋 copy color: '#A1DDED'

red 161 ◦ green 221 ◦ blue 237

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

Shades of Blizzard Blue #A1DDED

Tints of Blizzard Blue #A1DDED

RGB

 RED value IS 161 (63.28% from 255) = 26.01%

 GREEN value IS 221 (86.72% from 255) = 35.7%

 BLUE value IS 237 (92.97% from 255) = 38.29%

R = 26.01%
G = 35.7%
B = 38.29%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A1DDED (or 0xA1DDED) is known color: Blizzard Blue. HEX triplet: A1, DD and ED. RGB value is (161,221,237). Sum of RGB (Red+Green+Blue) = 161+221+237=619 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.01% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #A1DDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DDED is #5E2212. Grayscale: #CCCCCC. Windows color (decimal): -6169107 or 15588769. OLE color: 15588769.

HSL color Cylindrical-coordinate representation of color #A1DDED: hue angle of 192.63º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1DDED is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 221 237 -
CMYK 0.32 0.07 0 0.07
HSL 192.63º 0.68% 0.78% -
HSV(B) 192.63º 0.32% 0.93% -
XYZ 55.84 65.4 89.8 -
YUV 204.88 146.12 96.7 -
System Red Green Blue C M Y K H S L
Decimal 161 221 237 0.32 0.07 0 0.07 192.63 0.68 0.78
Hex A1 DD ED 20 7 0 7 C1 44 4E
Octal 241 335 355 40 7 0 7 301 104 116
Binary 10100001 11011101 11101101 100000 111 0 111 11000001 1000100 1001110

Color Harmonies of #A1DDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DDED

Black with #A1DDED

Text Example


Text Example

White with #A1DDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DDED; }

 p { color: rgb(161,221,237); }

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

background-color css

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

 a { background-color: rgb(161,221,237); }

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

border-color css

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

 span { border-color: rgb(161,221,237); }

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