Html Css Color HEX #A6CEDE French Pass

📋 copy color: '#A6CEDE'

red 166 ◦ green 206 ◦ blue 222

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

Shades of French Pass #A6CEDE

Tints of French Pass #A6CEDE

RGB

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

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

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

R = 27.95%
G = 34.68%
B = 37.37%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A6CEDE (or 0xA6CEDE) is known color: French Pass. HEX triplet: A6, CE and DE. RGB value is (166,206,222). Sum of RGB (Red+Green+Blue) = 166+206+222=594 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.95% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 222 - color contains mainly: blue. Hex color #A6CEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CEDE is #593121. Grayscale: #C3C3C3. Windows color (decimal): -5845282 or 14601894. OLE color: 14601894.

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

Color convert

RGB 166 206 222 -
CMYK 0.25 0.07 0 0.13
HSL 197.14º 0.46% 0.76% -
HSV(B) 197.14º 0.25% 0.87% -
XYZ 50.98 57.52 77.52 -
YUV 195.86 142.75 106.7 -
System Red Green Blue C M Y K H S L
Decimal 166 206 222 0.25 0.07 0 0.13 197.14 0.46 0.76
Hex A6 CE DE 19 7 0 D C5 2E 4C
Octal 246 316 336 31 7 0 15 305 56 114
Binary 10100110 11001110 11011110 11001 111 0 1101 11000101 101110 1001100

Color Harmonies of #A6CEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CEDE

Black with #A6CEDE

Text Example


Text Example

White with #A6CEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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