Html Css Color HEX #A1DDFF Columbia Blue

📋 copy color: '#A1DDFF'

red 161 ◦ green 221 ◦ blue 255

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

Shades of Columbia Blue #A1DDFF

Tints of Columbia Blue #A1DDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.03%

R = 25.27%
G = 34.69%
B = 40.03%

CMYK

 C value IS 0.37

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A1DDFF (or 0xA1DDFF) is known color: Columbia Blue. HEX triplet: A1, DD and FF. RGB value is (161,221,255). Sum of RGB (Red+Green+Blue) = 161+221+255=637 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.27% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1DDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DDFF is #5E2200. Grayscale: #CECECE. Windows color (decimal): -6169089 or 16768417. OLE color: 16768417.

HSL color Cylindrical-coordinate representation of color #A1DDFF: hue angle of 201.7º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1DDFF is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 161 221 255 -
CMYK 0.37 0.13 0 0
HSL 201.7º 1% 0.82% -
HSV(B) 201.7º 0.37% 1% -
XYZ 58.6 66.51 104.36 -
YUV 206.94 155.12 95.24 -
System Red Green Blue C M Y K H S L
Decimal 161 221 255 0.37 0.13 0 0 201.7 1 0.82
Hex A1 DD FF 25 D 0 0 CA 64 52
Octal 241 335 377 45 15 0 0 312 144 122
Binary 10100001 11011101 11111111 100101 1101 0 0 11001010 1100100 1010010

Color Harmonies of #A1DDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DDFF

Black with #A1DDFF

Text Example


Text Example

White with #A1DDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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