Html Css Color HEX #A9CDDB French Pass

📋 copy color: '#A9CDDB'

red 169 ◦ green 205 ◦ blue 219

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

Shades of French Pass #A9CDDB

Tints of French Pass #A9CDDB

RGB

 RED value IS 169 (66.41% from 255) = 28.5%

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

 BLUE value IS 219 (85.94% from 255) = 36.93%

R = 28.5%
G = 34.57%
B = 36.93%

CMYK

 C value IS 0.23

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A9CDDB (or 0xA9CDDB) is known color: French Pass. HEX triplet: A9, CD and DB. RGB value is (169,205,219). Sum of RGB (Red+Green+Blue) = 169+205+219=593 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.50% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: blue. Hex color #A9CDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CDDB is #563224. Grayscale: #C3C3C3. Windows color (decimal): -5648933 or 14405033. OLE color: 14405033.

HSL color Cylindrical-coordinate representation of color #A9CDDB: hue angle of 196.8º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9CDDB is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 205 219 -
CMYK 0.23 0.06 0 0.14
HSL 196.8º 0.41% 0.76% -
HSV(B) 196.8º 0.23% 0.86% -
XYZ 50.98 57.21 75.37 -
YUV 195.83 141.07 108.86 -
System Red Green Blue C M Y K H S L
Decimal 169 205 219 0.23 0.06 0 0.14 196.8 0.41 0.76
Hex A9 CD DB 17 6 0 E C5 29 4C
Octal 251 315 333 27 6 0 16 305 51 114
Binary 10101001 11001101 11011011 10111 110 0 1110 11000101 101001 1001100

Color Harmonies of #A9CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CDDB

Black with #A9CDDB

Text Example


Text Example

White with #A9CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CDDB; }

 p { color: rgb(169,205,219); }

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

background-color css

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

 a { background-color: rgb(169,205,219); }

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

border-color css

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

 span { border-color: rgb(169,205,219); }

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