Html Css Color HEX #A1DDFD Columbia Blue

📋 copy color: '#A1DDFD'

red 161 ◦ green 221 ◦ blue 253

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

Shades of Columbia Blue #A1DDFD

Tints of Columbia Blue #A1DDFD

RGB

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

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

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

R = 25.35%
G = 34.8%
B = 39.84%

CMYK

 C value IS 0.36

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A1DDFD (or 0xA1DDFD) is known color: Columbia Blue. HEX triplet: A1, DD and FD. RGB value is (161,221,253). Sum of RGB (Red+Green+Blue) = 161+221+253=635 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.35% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: blue. Hex color #A1DDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DDFD is #5E2202. Grayscale: #CECECE. Windows color (decimal): -6169091 or 16637345. OLE color: 16637345.

HSL color Cylindrical-coordinate representation of color #A1DDFD: hue angle of 200.87º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1DDFD is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 221 253 -
CMYK 0.36 0.13 0 0.01
HSL 200.87º 0.96% 0.81% -
HSV(B) 200.87º 0.36% 0.99% -
XYZ 58.28 66.38 102.67 -
YUV 206.71 154.12 95.4 -
System Red Green Blue C M Y K H S L
Decimal 161 221 253 0.36 0.13 0 0.01 200.87 0.96 0.81
Hex A1 DD FD 24 D 0 1 C9 60 51
Octal 241 335 375 44 15 0 1 311 140 121
Binary 10100001 11011101 11111101 100100 1101 0 1 11001001 1100000 1010001

Color Harmonies of #A1DDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DDFD

Black with #A1DDFD

Text Example


Text Example

White with #A1DDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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