Html Css Color HEX #A6CADC French Pass

📋 copy color: '#A6CADC'

red 166 ◦ green 202 ◦ blue 220

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

Shades of French Pass #A6CADC

Tints of French Pass #A6CADC

RGB

 RED value IS 166 (65.23% from 255) = 28.23%

 GREEN value IS 202 (79.3% from 255) = 34.35%

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

R = 28.23%
G = 34.35%
B = 37.41%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A6CADC (or 0xA6CADC) is known color: French Pass. HEX triplet: A6, CA and DC. RGB value is (166,202,220). Sum of RGB (Red+Green+Blue) = 166+202+220=588 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.23% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6CADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CADC is #593523. Grayscale: #C1C1C1. Windows color (decimal): -5846308 or 14469798. OLE color: 14469798.

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

Color convert

RGB 166 202 220 -
CMYK 0.25 0.08 0 0.14
HSL 200º 0.44% 0.76% -
HSV(B) 200º 0.25% 0.86% -
XYZ 49.76 55.52 75.8 -
YUV 193.29 143.07 108.54 -
System Red Green Blue C M Y K H S L
Decimal 166 202 220 0.25 0.08 0 0.14 200 0.44 0.76
Hex A6 CA DC 19 8 0 E C8 2C 4C
Octal 246 312 334 31 10 0 16 310 54 114
Binary 10100110 11001010 11011100 11001 1000 0 1110 11001000 101100 1001100

Color Harmonies of #A6CADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CADC

Black with #A6CADC

Text Example


Text Example

White with #A6CADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CADC; }

 p { color: rgb(166,202,220); }

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

background-color css

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

 a { background-color: rgb(166,202,220); }

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

border-color css

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

 span { border-color: rgb(166,202,220); }

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