#A4DAFE

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

Shades of Columbia Blue #A4DAFE

Tints of Columbia Blue #A4DAFE

Color information

#A4DAFE (or 0xA4DAFE) is unknown color: approx Columbia Blue. HEX triplet: A4, DA and FE. RGB value is (164,218,254). Sum of RGB (Red+Green+Blue) = 164+218+254=636 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.79% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #A4DAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4DAFE is #5B2501. Grayscale: #CDCDCD. Windows color (decimal): -5973250 or 16702116. OLE color: 16702116.

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

Color convert

RGB164218254-
CMYK0.350.1400.00
HSL204º97.83%81.96%-
HSV(B)204º35.43%99.61%-
XYZ58.2765.19103.28-
YUV205.96155.1198.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.79%
GREEN value IS 218 (85.55% from 255) = 34.28%
BLUE value IS 254 (99.61% from 255) = 39.94%
R=25.79%
G=34.28%
B=39.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1642182540.350.1400.0020497.8381.96
HexA4DAFE23E00cc6252
Octal244332376431600314142122
Binary1010010011011010111111101000111110001100110011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DAFE; }

 p { color: rgb(164,218,254); }

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

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

 a { background-color: rgb(164,218,254); }

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

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

 span { border-color: rgb(164,218,254); }

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