Html Css Color HEX #A1D5FD Columbia Blue

📋 copy color: '#A1D5FD'

red 161 ◦ green 213 ◦ blue 253

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

Shades of Columbia Blue #A1D5FD

Tints of Columbia Blue #A1D5FD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.97%

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

R = 25.68%
G = 33.97%
B = 40.35%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A1D5FD (or 0xA1D5FD) is known color: Columbia Blue. HEX triplet: A1, D5 and FD. RGB value is (161,213,253). Sum of RGB (Red+Green+Blue) = 161+213+253=627 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.68% from 627); Green value is 213 (83.59% from 255 or 33.97% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #A1D5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D5FD is #5E2A02. Grayscale: #C9C9C9. Windows color (decimal): -6171139 or 16635297. OLE color: 16635297.

HSL color Cylindrical-coordinate representation of color #A1D5FD: hue angle of 206.09º 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 #A1D5FD is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 213 253 -
CMYK 0.36 0.16 0 0.01
HSL 206.09º 0.96% 0.81% -
HSV(B) 206.09º 0.36% 0.99% -
XYZ 56.22 62.26 101.98 -
YUV 202.01 156.77 98.75 -
System Red Green Blue C M Y K H S L
Decimal 161 213 253 0.36 0.16 0 0.01 206.09 0.96 0.81
Hex A1 D5 FD 24 10 0 1 CE 60 51
Octal 241 325 375 44 20 0 1 316 140 121
Binary 10100001 11010101 11111101 100100 10000 0 1 11001110 1100000 1010001

Color Harmonies of #A1D5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D5FD

Black with #A1D5FD

Text Example


Text Example

White with #A1D5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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