Html Css Color HEX #A1D7FB Columbia Blue

📋 copy color: '#A1D7FB'

red 161 ◦ green 215 ◦ blue 251

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

Shades of Columbia Blue #A1D7FB

Tints of Columbia Blue #A1D7FB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.29%

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

R = 25.68%
G = 34.29%
B = 40.03%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A1D7FB (or 0xA1D7FB) is known color: Columbia Blue. HEX triplet: A1, D7 and FB. RGB value is (161,215,251). Sum of RGB (Red+Green+Blue) = 161+215+251=627 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.68% from 627); Green value is 215 (84.38% from 255 or 34.29% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #A1D7FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D7FB is #5E2804. Grayscale: #CACACA. Windows color (decimal): -6170629 or 16504737. OLE color: 16504737.

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

Color convert

RGB 161 215 251 -
CMYK 0.36 0.14 0 0.02
HSL 204º 0.92% 0.81% -
HSV(B) 204º 0.36% 0.98% -
XYZ 56.41 63.14 100.48 -
YUV 202.96 155.11 98.07 -
System Red Green Blue C M Y K H S L
Decimal 161 215 251 0.36 0.14 0 0.02 204 0.92 0.81
Hex A1 D7 FB 24 E 0 2 CC 5C 51
Octal 241 327 373 44 16 0 2 314 134 121
Binary 10100001 11010111 11111011 100100 1110 0 10 11001100 1011100 1010001

Color Harmonies of #A1D7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D7FB

Black with #A1D7FB

Text Example


Text Example

White with #A1D7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D7FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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