Html Css Color HEX #A6CCDE French Pass

📋 copy color: '#A6CCDE'

red 166 ◦ green 204 ◦ blue 222

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

Shades of French Pass #A6CCDE

Tints of French Pass #A6CCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.5%

R = 28.04%
G = 34.46%
B = 37.5%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A6CCDE (or 0xA6CCDE) is known color: French Pass. HEX triplet: A6, CC and DE. RGB value is (166,204,222). Sum of RGB (Red+Green+Blue) = 166+204+222=592 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.04% from 592); Green value is 204 (80.08% from 255 or 34.46% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 222 - color contains mainly: blue. Hex color #A6CCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CCDE is #593321. Grayscale: #C2C2C2. Windows color (decimal): -5845794 or 14601382. OLE color: 14601382.

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

Color convert

RGB 166 204 222 -
CMYK 0.25 0.08 0 0.13
HSL 199.29º 0.46% 0.76% -
HSV(B) 199.29º 0.25% 0.87% -
XYZ 50.5 56.57 77.36 -
YUV 194.69 143.41 107.54 -
System Red Green Blue C M Y K H S L
Decimal 166 204 222 0.25 0.08 0 0.13 199.29 0.46 0.76
Hex A6 CC DE 19 8 0 D C7 2E 4C
Octal 246 314 336 31 10 0 15 307 56 114
Binary 10100110 11001100 11011110 11001 1000 0 1101 11000111 101110 1001100

Color Harmonies of #A6CCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CCDE

Black with #A6CCDE

Text Example


Text Example

White with #A6CCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CCDE; }

 p { color: rgb(166,204,222); }

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

background-color css

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

 a { background-color: rgb(166,204,222); }

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

border-color css

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

 span { border-color: rgb(166,204,222); }

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