Html Css Color HEX #A1DCFB Columbia Blue

📋 copy color: '#A1DCFB'

red 161 ◦ green 220 ◦ blue 251

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

Shades of Columbia Blue #A1DCFB

Tints of Columbia Blue #A1DCFB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.81%

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

R = 25.47%
G = 34.81%
B = 39.72%

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

#A1DCFB (or 0xA1DCFB) is known color: Columbia Blue. HEX triplet: A1, DC and FB. RGB value is (161,220,251). Sum of RGB (Red+Green+Blue) = 161+220+251=632 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.47% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 251 - color contains mainly: blue. Hex color #A1DCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DCFB is #5E2304. Grayscale: #CDCDCD. Windows color (decimal): -6169349 or 16506017. OLE color: 16506017.

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

Color convert

RGB 161 220 251 -
CMYK 0.36 0.12 0 0.02
HSL 200.67º 0.92% 0.81% -
HSV(B) 200.67º 0.36% 0.98% -
XYZ 57.7 65.73 100.91 -
YUV 205.89 153.45 95.98 -
System Red Green Blue C M Y K H S L
Decimal 161 220 251 0.36 0.12 0 0.02 200.67 0.92 0.81
Hex A1 DC FB 24 C 0 2 C9 5C 51
Octal 241 334 373 44 14 0 2 311 134 121
Binary 10100001 11011100 11111011 100100 1100 0 10 11001001 1011100 1010001

Color Harmonies of #A1DCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DCFB

Black with #A1DCFB

Text Example


Text Example

White with #A1DCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DCFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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