Html Css Color HEX #A1DDFB Columbia Blue

📋 copy color: '#A1DDFB'

red 161 ◦ green 221 ◦ blue 251

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

Shades of Columbia Blue #A1DDFB

Tints of Columbia Blue #A1DDFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.65%

R = 25.43%
G = 34.91%
B = 39.65%

CMYK

 C value IS 0.36

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A1DDFB (or 0xA1DDFB) is known color: Columbia Blue. HEX triplet: A1, DD and FB. RGB value is (161,221,251). Sum of RGB (Red+Green+Blue) = 161+221+251=633 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.43% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #A1DDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DDFB is #5E2204. Grayscale: #CECECE. Windows color (decimal): -6169093 or 16506273. OLE color: 16506273.

HSL color Cylindrical-coordinate representation of color #A1DDFB: hue angle of 200º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1DDFB is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 221 251 -
CMYK 0.36 0.12 0 0.02
HSL 200º 0.92% 0.81% -
HSV(B) 200º 0.36% 0.98% -
XYZ 57.97 66.26 101 -
YUV 206.48 153.12 95.56 -
System Red Green Blue C M Y K H S L
Decimal 161 221 251 0.36 0.12 0 0.02 200 0.92 0.81
Hex A1 DD FB 24 C 0 2 C8 5C 51
Octal 241 335 373 44 14 0 2 310 134 121
Binary 10100001 11011101 11111011 100100 1100 0 10 11001000 1011100 1010001

Color Harmonies of #A1DDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DDFB

Black with #A1DDFB

Text Example


Text Example

White with #A1DDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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