Html Css Color HEX #A9CEDB French Pass

📋 copy color: '#A9CEDB'

red 169 ◦ green 206 ◦ blue 219

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

Shades of French Pass #A9CEDB

Tints of French Pass #A9CEDB

RGB

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

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

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

R = 28.45%
G = 34.68%
B = 36.87%

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

#A9CEDB (or 0xA9CEDB) is known color: French Pass. HEX triplet: A9, CE and DB. RGB value is (169,206,219). Sum of RGB (Red+Green+Blue) = 169+206+219=594 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.45% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 219 - color contains mainly: blue. Hex color #A9CEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CEDB is #563124. Grayscale: #C4C4C4. Windows color (decimal): -5648677 or 14405289. OLE color: 14405289.

HSL color Cylindrical-coordinate representation of color #A9CEDB: hue angle of 195.6º 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 #A9CEDB is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 206 219 -
CMYK 0.23 0.06 0 0.14
HSL 195.6º 0.41% 0.76% -
HSV(B) 195.6º 0.23% 0.86% -
XYZ 51.22 57.69 75.45 -
YUV 196.42 140.74 108.44 -
System Red Green Blue C M Y K H S L
Decimal 169 206 219 0.23 0.06 0 0.14 195.6 0.41 0.76
Hex A9 CE DB 17 6 0 E C4 29 4C
Octal 251 316 333 27 6 0 16 304 51 114
Binary 10101001 11001110 11011011 10111 110 0 1110 11000100 101001 1001100

Color Harmonies of #A9CEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CEDB

Black with #A9CEDB

Text Example


Text Example

White with #A9CEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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