Html Css Color HEX #A1DAFF Columbia Blue

📋 copy color: '#A1DAFF'

red 161 ◦ green 218 ◦ blue 255

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

Shades of Columbia Blue #A1DAFF

Tints of Columbia Blue #A1DAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.22%

R = 25.39%
G = 34.38%
B = 40.22%

CMYK

 C value IS 0.37

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A1DAFF (or 0xA1DAFF) is known color: Columbia Blue. HEX triplet: A1, DA and FF. RGB value is (161,218,255). Sum of RGB (Red+Green+Blue) = 161+218+255=634 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.39% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1DAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DAFF is #5E2500. Grayscale: #CCCCCC. Windows color (decimal): -6169857 or 16767649. OLE color: 16767649.

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

Color convert

RGB 161 218 255 -
CMYK 0.37 0.15 0 0
HSL 203.62º 1% 0.82% -
HSV(B) 203.62º 0.37% 1% -
XYZ 57.82 64.94 104.1 -
YUV 205.18 156.12 96.49 -
System Red Green Blue C M Y K H S L
Decimal 161 218 255 0.37 0.15 0 0 203.62 1 0.82
Hex A1 DA FF 25 F 0 0 CC 64 52
Octal 241 332 377 45 17 0 0 314 144 122
Binary 10100001 11011010 11111111 100101 1111 0 0 11001100 1100100 1010010

Color Harmonies of #A1DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DAFF

Black with #A1DAFF

Text Example


Text Example

White with #A1DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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