Html Css Color HEX #A6CEDC French Pass

📋 copy color: '#A6CEDC'

red 166 ◦ green 206 ◦ blue 220

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

Shades of French Pass #A6CEDC

Tints of French Pass #A6CEDC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.8%

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

R = 28.04%
G = 34.8%
B = 37.16%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A6CEDC (or 0xA6CEDC) is known color: French Pass. HEX triplet: A6, CE and DC. RGB value is (166,206,220). Sum of RGB (Red+Green+Blue) = 166+206+220=592 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.04% from 592); Green value is 206 (80.86% from 255 or 34.80% 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 #A6CEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CEDC is #593123. Grayscale: #C3C3C3. Windows color (decimal): -5845284 or 14470822. OLE color: 14470822.

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

Color convert

RGB 166 206 220 -
CMYK 0.25 0.06 0 0.14
HSL 195.56º 0.44% 0.76% -
HSV(B) 195.56º 0.25% 0.86% -
XYZ 50.72 57.42 76.12 -
YUV 195.64 141.75 106.86 -
System Red Green Blue C M Y K H S L
Decimal 166 206 220 0.25 0.06 0 0.14 195.56 0.44 0.76
Hex A6 CE DC 19 6 0 E C4 2C 4C
Octal 246 316 334 31 6 0 16 304 54 114
Binary 10100110 11001110 11011100 11001 110 0 1110 11000100 101100 1001100

Color Harmonies of #A6CEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CEDC

Black with #A6CEDC

Text Example


Text Example

White with #A6CEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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