#A0CFDF

Color #A0CFDF French Pass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Pass #A0CFDF

Tints of French Pass #A0CFDF

Color information

#A0CFDF (or 0xA0CFDF) is unknown color: approx French Pass. HEX triplet: A0, CF and DF. RGB value is (160,207,223). Sum of RGB (Red+Green+Blue) = 160+207+223=590 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.12% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #A0CFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CFDF is #5F3020. Grayscale: #C2C2C2. Windows color (decimal): -6238241 or 14667680. OLE color: 14667680.

HSL color Cylindrical-coordinate representation of color #A0CFDF: hue angle of 195.24º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0CFDF is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB160207223-
CMYK0.280.0700.13
HSL195.24º49.61%75.1%-
HSV(B)195.24º28.25%87.45%-
XYZ50.1357.4378.25-
YUV194.77143.93103.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.12%
GREEN value IS 207 (81.25% from 255) = 35.08%
BLUE value IS 223 (87.5% from 255) = 37.80%
R=27.12%
G=35.08%
B=37.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1602072230.280.0700.13195.2449.6175.1
HexA0CFDF1C70Dc3324b
Octal24031733734701530362113
Binary1010000011001111110111111110011101101110000111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CFDF; }

 p { color: rgb(160,207,223); }

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

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

 a { background-color: rgb(160,207,223); }

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

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

 span { border-color: rgb(160,207,223); }

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