Html Css Color HEX #A1D6FB Columbia Blue

📋 copy color: '#A1D6FB'

red 161 ◦ green 214 ◦ blue 251

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

Shades of Columbia Blue #A1D6FB

Tints of Columbia Blue #A1D6FB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.19%

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

R = 25.72%
G = 34.19%
B = 40.1%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A1D6FB (or 0xA1D6FB) is known color: Columbia Blue. HEX triplet: A1, D6 and FB. RGB value is (161,214,251). Sum of RGB (Red+Green+Blue) = 161+214+251=626 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.72% from 626); Green value is 214 (83.98% from 255 or 34.19% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 251 - color contains mainly: blue. Hex color #A1D6FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D6FB is #5E2904. Grayscale: #CACACA. Windows color (decimal): -6170885 or 16504481. OLE color: 16504481.

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

Color convert

RGB 161 214 251 -
CMYK 0.36 0.15 0 0.02
HSL 204.67º 0.92% 0.81% -
HSV(B) 204.67º 0.36% 0.98% -
XYZ 56.16 62.64 100.4 -
YUV 202.37 155.44 98.49 -
System Red Green Blue C M Y K H S L
Decimal 161 214 251 0.36 0.15 0 0.02 204.67 0.92 0.81
Hex A1 D6 FB 24 F 0 2 CD 5C 51
Octal 241 326 373 44 17 0 2 315 134 121
Binary 10100001 11010110 11111011 100100 1111 0 10 11001101 1011100 1010001

Color Harmonies of #A1D6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D6FB

Black with #A1D6FB

Text Example


Text Example

White with #A1D6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D6FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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