Html Css Color HEX #A1DBFF Columbia Blue

📋 copy color: '#A1DBFF'

red 161 ◦ green 219 ◦ blue 255

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

Shades of Columbia Blue #A1DBFF

Tints of Columbia Blue #A1DBFF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.49%

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

R = 25.35%
G = 34.49%
B = 40.16%

CMYK

 C value IS 0.37

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A1DBFF (or 0xA1DBFF) is known color: Columbia Blue. HEX triplet: A1, DB and FF. RGB value is (161,219,255). Sum of RGB (Red+Green+Blue) = 161+219+255=635 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.35% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1DBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DBFF is #5E2400. Grayscale: #CDCDCD. Windows color (decimal): -6169601 or 16767905. OLE color: 16767905.

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

Color convert

RGB 161 219 255 -
CMYK 0.37 0.14 0 0
HSL 202.98º 1% 0.82% -
HSV(B) 202.98º 0.37% 1% -
XYZ 58.08 65.46 104.18 -
YUV 205.76 155.78 96.07 -
System Red Green Blue C M Y K H S L
Decimal 161 219 255 0.37 0.14 0 0 202.98 1 0.82
Hex A1 DB FF 25 E 0 0 CB 64 52
Octal 241 333 377 45 16 0 0 313 144 122
Binary 10100001 11011011 11111111 100101 1110 0 0 11001011 1100100 1010010

Color Harmonies of #A1DBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DBFF

Black with #A1DBFF

Text Example


Text Example

White with #A1DBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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