Html Css Color HEX #A8CCDC French Pass

📋 copy color: '#A8CCDC'

red 168 ◦ green 204 ◦ blue 220

#A8CCDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Pass #A8CCDC

Tints of French Pass #A8CCDC

RGB

 RED value IS 168 (66.02% from 255) = 28.38%

 GREEN value IS 204 (80.08% from 255) = 34.46%

 BLUE value IS 220 (86.33% from 255) = 37.16%

R = 28.38%
G = 34.46%
B = 37.16%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A8CCDC (or 0xA8CCDC) is known color: French Pass. HEX triplet: A8, CC and DC. RGB value is (168,204,220). Sum of RGB (Red+Green+Blue) = 168+204+220=592 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.38% from 592); Green value is 204 (80.08% from 255 or 34.46% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: blue. Hex color #A8CCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CCDC is #573323. Grayscale: #C2C2C2. Windows color (decimal): -5714724 or 14470312. OLE color: 14470312.

HSL color Cylindrical-coordinate representation of color #A8CCDC: hue angle of 198.46º 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 #A8CCDC is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 204 220 -
CMYK 0.24 0.07 0 0.14
HSL 198.46º 0.43% 0.76% -
HSV(B) 198.46º 0.24% 0.86% -
XYZ 50.66 56.68 75.98 -
YUV 195.06 142.07 108.7 -
System Red Green Blue C M Y K H S L
Decimal 168 204 220 0.24 0.07 0 0.14 198.46 0.43 0.76
Hex A8 CC DC 18 7 0 E C6 2B 4C
Octal 250 314 334 30 7 0 16 306 53 114
Binary 10101000 11001100 11011100 11000 111 0 1110 11000110 101011 1001100

Color Harmonies of #A8CCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CCDC

Black with #A8CCDC

Text Example


Text Example

White with #A8CCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CCDC; }

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

 H1.HeaderClassName
 {
   color: #A8CCDC;
 }
 .AnyTagClassName
 {
   color: #A8CCDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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