Html Css Color HEX #A6CDDF French Pass

📋 copy color: '#A6CDDF'

red 166 ◦ green 205 ◦ blue 223

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

Shades of French Pass #A6CDDF

Tints of French Pass #A6CDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.54%

R = 27.95%
G = 34.51%
B = 37.54%

CMYK

 C value IS 0.26

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A6CDDF (or 0xA6CDDF) is known color: French Pass. HEX triplet: A6, CD and DF. RGB value is (166,205,223). Sum of RGB (Red+Green+Blue) = 166+205+223=594 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.95% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #A6CDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CDDF is #593220. Grayscale: #C3C3C3. Windows color (decimal): -5845537 or 14667174. OLE color: 14667174.

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

Color convert

RGB 166 205 223 -
CMYK 0.26 0.08 0 0.13
HSL 198.95º 0.47% 0.76% -
HSV(B) 198.95º 0.26% 0.87% -
XYZ 50.88 57.1 78.15 -
YUV 195.39 143.58 107.04 -
System Red Green Blue C M Y K H S L
Decimal 166 205 223 0.26 0.08 0 0.13 198.95 0.47 0.76
Hex A6 CD DF 1A 8 0 D C7 2F 4C
Octal 246 315 337 32 10 0 15 307 57 114
Binary 10100110 11001101 11011111 11010 1000 0 1101 11000111 101111 1001100

Color Harmonies of #A6CDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CDDF

Black with #A6CDDF

Text Example


Text Example

White with #A6CDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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