Html Css Color HEX #A6CBDD French Pass

📋 copy color: '#A6CBDD'

red 166 ◦ green 203 ◦ blue 221

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

Shades of French Pass #A6CBDD

Tints of French Pass #A6CBDD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.41%

 BLUE value IS 221 (86.72% from 255) = 37.46%

R = 28.14%
G = 34.41%
B = 37.46%

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

#A6CBDD (or 0xA6CBDD) is known color: French Pass. HEX triplet: A6, CB and DD. RGB value is (166,203,221). Sum of RGB (Red+Green+Blue) = 166+203+221=590 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.14% from 590); Green value is 203 (79.69% from 255 or 34.41% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #A6CBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CBDD is #593422. Grayscale: #C1C1C1. Windows color (decimal): -5846051 or 14535590. OLE color: 14535590.

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

Color convert

RGB 166 203 221 -
CMYK 0.25 0.08 0 0.13
HSL 199.64º 0.45% 0.76% -
HSV(B) 199.64º 0.25% 0.87% -
XYZ 50.13 56.04 76.58 -
YUV 193.99 143.24 108.04 -
System Red Green Blue C M Y K H S L
Decimal 166 203 221 0.25 0.08 0 0.13 199.64 0.45 0.76
Hex A6 CB DD 19 8 0 D C8 2D 4C
Octal 246 313 335 31 10 0 15 310 55 114
Binary 10100110 11001011 11011101 11001 1000 0 1101 11001000 101101 1001100

Color Harmonies of #A6CBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CBDD

Black with #A6CBDD

Text Example


Text Example

White with #A6CBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CBDD; }

 p { color: rgb(166,203,221); }

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

background-color css

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

 a { background-color: rgb(166,203,221); }

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

border-color css

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

 span { border-color: rgb(166,203,221); }

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