#A7DFFD

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

Shades of Columbia Blue #A7DFFD

Tints of Columbia Blue #A7DFFD

Color information

#A7DFFD (or 0xA7DFFD) is unknown color: approx Columbia Blue. HEX triplet: A7, DF and FD. RGB value is (167,223,253). Sum of RGB (Red+Green+Blue) = 167+223+253=643 (85% of max value = 765). Red value is 167 (65.62% from 255 or 25.97% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 253 (99.22% from 255 or 39.35% from 643); Max value from RGB is 253 - color contains mainly: blue. Hex color #A7DFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7DFFD is #582002. Grayscale: #D1D1D1. Windows color (decimal): -5775363 or 16637863. OLE color: 16637863.

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

Color convert

RGB167223253-
CMYK0.340.1200.01
HSL200.93º95.56%82.35%-
HSV(B)200.93º33.99%99.22%-
XYZ60.0568.08102.9-
YUV209.68152.4597.56-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 25.97%
GREEN value IS 223 (87.5% from 255) = 34.68%
BLUE value IS 253 (99.22% from 255) = 39.35%
R=25.97%
G=34.68%
B=39.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1672232530.340.1200.01200.9395.5682.35
HexA7DFFD22C01c96052
Octal247337375421401311140122
Binary1010011111011111111111011000101100011100100111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DFFD; }

 p { color: rgb(167,223,253); }

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

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

 a { background-color: rgb(167,223,253); }

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

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

 span { border-color: rgb(167,223,253); }

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