Html Css Color HEX #A1D9FE Columbia Blue

📋 copy color: '#A1D9FE'

red 161 ◦ green 217 ◦ blue 254

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

Shades of Columbia Blue #A1D9FE

Tints of Columbia Blue #A1D9FE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.34%

 BLUE value IS 254 (99.61% from 255) = 40.19%

R = 25.47%
G = 34.34%
B = 40.19%

CMYK

 C value IS 0.37

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A1D9FE (or 0xA1D9FE) is known color: Columbia Blue. HEX triplet: A1, D9 and FE. RGB value is (161,217,254). Sum of RGB (Red+Green+Blue) = 161+217+254=632 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.47% from 632); Green value is 217 (85.16% from 255 or 34.34% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1D9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D9FE is #5E2601. Grayscale: #CCCCCC. Windows color (decimal): -6170114 or 16701857. OLE color: 16701857.

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

Color convert

RGB 161 217 254 -
CMYK 0.37 0.15 0 0.00
HSL 203.87º 0.98% 0.81% -
HSV(B) 203.87º 0.37% 1% -
XYZ 57.4 64.36 103.16 -
YUV 204.47 155.95 96.99 -
System Red Green Blue C M Y K H S L
Decimal 161 217 254 0.37 0.15 0 0.00 203.87 0.98 0.81
Hex A1 D9 FE 25 F 0 0 CC 62 51
Octal 241 331 376 45 17 0 0 314 142 121
Binary 10100001 11011001 11111110 100101 1111 0 0 11001100 1100010 1010001

Color Harmonies of #A1D9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D9FE

Black with #A1D9FE

Text Example


Text Example

White with #A1D9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D9FE; }

 p { color: rgb(161,217,254); }

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

background-color css

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

 a { background-color: rgb(161,217,254); }

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

border-color css

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

 span { border-color: rgb(161,217,254); }

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