#A4DBFB

Color #A4DBFB Columbia Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Columbia Blue #A4DBFB

Tints of Columbia Blue #A4DBFB

Color information

#A4DBFB (or 0xA4DBFB) is unknown color: approx Columbia Blue. HEX triplet: A4, DB and FB. RGB value is (164,219,251). Sum of RGB (Red+Green+Blue) = 164+219+251=634 (83% of max value = 765). Red value is 164 (64.45% from 255 or 25.87% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 251 - color contains mainly: blue. Hex color #A4DBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4DBFB is #5B2404. Grayscale: #CECECE. Windows color (decimal): -5972997 or 16505764. OLE color: 16505764.

HSL color Cylindrical-coordinate representation of color #A4DBFB: hue angle of 202.07º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4DBFB is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB164219251-
CMYK0.350.1300.02
HSL202.07º91.58%81.37%-
HSV(B)202.07º34.66%98.43%-
XYZ58.0565.52100.85-
YUV206.2153.2897.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.87%
GREEN value IS 219 (85.94% from 255) = 34.54%
BLUE value IS 251 (98.44% from 255) = 39.59%
R=25.87%
G=34.54%
B=39.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642192510.350.1300.02202.0791.5881.37
HexA4DBFB23D02ca5c51
Octal244333373431502312134121
Binary10100100110110111111101110001111010101100101010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DBFB; }

 p { color: rgb(164,219,251); }

 H1.HeaderClassName
 {
   color: #A4DBFB;
 }
 .AnyTagClassName
 {
   color: #A4DBFB;
 }
</style>
background-color css

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

 a { background-color: rgb(164,219,251); }

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

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

 span { border-color: rgb(164,219,251); }

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