#A8DDFD

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

Shades of Columbia Blue #A8DDFD

Tints of Columbia Blue #A8DDFD

Color information

#A8DDFD (or 0xA8DDFD) is unknown color: approx Columbia Blue. HEX triplet: A8, DD and FD. RGB value is (168,221,253). Sum of RGB (Red+Green+Blue) = 168+221+253=642 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.17% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #A8DDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DDFD is #572202. Grayscale: #D0D0D0. Windows color (decimal): -5710339 or 16637352. OLE color: 16637352.

HSL color Cylindrical-coordinate representation of color #A8DDFD: hue angle of 202.59º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8DDFD is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB168221253-
CMYK0.340.1300.01
HSL202.59º95.51%82.55%-
HSV(B)202.59º33.6%99.22%-
XYZ59.7367.13102.74-
YUV208.8152.9498.9-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.17%
GREEN value IS 221 (86.72% from 255) = 34.42%
BLUE value IS 253 (99.22% from 255) = 39.41%
R=26.17%
G=34.42%
B=39.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1682212530.340.1300.01202.5995.5182.55
HexA8DDFD22D01cb6053
Octal250335375421501313140123
Binary1010100011011101111111011000101101011100101111000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DDFD; }

 p { color: rgb(168,221,253); }

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

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

 a { background-color: rgb(168,221,253); }

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

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

 span { border-color: rgb(168,221,253); }

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