Html Css Color HEX #A1DAFD Columbia Blue

📋 copy color: '#A1DAFD'

red 161 ◦ green 218 ◦ blue 253

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

Shades of Columbia Blue #A1DAFD

Tints of Columbia Blue #A1DAFD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.49%

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

R = 25.47%
G = 34.49%
B = 40.03%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A1DAFD (or 0xA1DAFD) is known color: Columbia Blue. HEX triplet: A1, DA and FD. RGB value is (161,218,253). Sum of RGB (Red+Green+Blue) = 161+218+253=632 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.47% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #A1DAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DAFD is #5E2502. Grayscale: #CCCCCC. Windows color (decimal): -6169859 or 16636577. OLE color: 16636577.

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

Color convert

RGB 161 218 253 -
CMYK 0.36 0.14 0 0.01
HSL 202.83º 0.96% 0.81% -
HSV(B) 202.83º 0.36% 0.99% -
XYZ 57.5 64.81 102.41 -
YUV 204.95 155.12 96.65 -
System Red Green Blue C M Y K H S L
Decimal 161 218 253 0.36 0.14 0 0.01 202.83 0.96 0.81
Hex A1 DA FD 24 E 0 1 CB 60 51
Octal 241 332 375 44 16 0 1 313 140 121
Binary 10100001 11011010 11111101 100100 1110 0 1 11001011 1100000 1010001

Color Harmonies of #A1DAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DAFD

Black with #A1DAFD

Text Example


Text Example

White with #A1DAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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