#A8CFDC

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

Shades of French Pass #A8CFDC

Tints of French Pass #A8CFDC

Color information

#A8CFDC (or 0xA8CFDC) is unknown color: approx French Pass. HEX triplet: A8, CF and DC. RGB value is (168,207,220). Sum of RGB (Red+Green+Blue) = 168+207+220=595 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.24% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #A8CFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CFDC is #573023. Grayscale: #C4C4C4. Windows color (decimal): -5713956 or 14471080. OLE color: 14471080.

HSL color Cylindrical-coordinate representation of color #A8CFDC: hue angle of 195º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8CFDC is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB168207220-
CMYK0.240.0600.14
HSL195º42.62%76.08%-
HSV(B)195º23.64%86.27%-
XYZ51.3858.1276.22-
YUV196.82141.08107.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.24%
GREEN value IS 207 (81.25% from 255) = 34.79%
BLUE value IS 220 (86.33% from 255) = 36.97%
R=28.24%
G=34.79%
B=36.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1682072200.240.0600.1419542.6276.08
HexA8CFDC1860Ec32b4c
Octal25031733430601630353114
Binary1010100011001111110111001100011001110110000111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CFDC; }

 p { color: rgb(168,207,220); }

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

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

 a { background-color: rgb(168,207,220); }

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

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

 span { border-color: rgb(168,207,220); }

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