Html Css Color HEX #A6CDDC French Pass

📋 copy color: '#A6CDDC'

red 166 ◦ green 205 ◦ blue 220

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

Shades of French Pass #A6CDDC

Tints of French Pass #A6CDDC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.69%

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

R = 28.09%
G = 34.69%
B = 37.23%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A6CDDC (or 0xA6CDDC) is known color: French Pass. HEX triplet: A6, CD and DC. RGB value is (166,205,220). Sum of RGB (Red+Green+Blue) = 166+205+220=591 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.09% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6CDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CDDC is #593223. Grayscale: #C2C2C2. Windows color (decimal): -5845540 or 14470566. OLE color: 14470566.

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

Color convert

RGB 166 205 220 -
CMYK 0.25 0.07 0 0.14
HSL 196.67º 0.44% 0.76% -
HSV(B) 196.67º 0.25% 0.86% -
XYZ 50.48 56.94 76.04 -
YUV 195.05 142.08 107.28 -
System Red Green Blue C M Y K H S L
Decimal 166 205 220 0.25 0.07 0 0.14 196.67 0.44 0.76
Hex A6 CD DC 19 7 0 E C5 2C 4C
Octal 246 315 334 31 7 0 16 305 54 114
Binary 10100110 11001101 11011100 11001 111 0 1110 11000101 101100 1001100

Color Harmonies of #A6CDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CDDC

Black with #A6CDDC

Text Example


Text Example

White with #A6CDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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