Html Css Color HEX #A8CCDB French Pass

📋 copy color: '#A8CCDB'

red 168 ◦ green 204 ◦ blue 219

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

Shades of French Pass #A8CCDB

Tints of French Pass #A8CCDB

RGB

 RED value IS 168 (66.02% from 255) = 28.43%

 GREEN value IS 204 (80.08% from 255) = 34.52%

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

R = 28.43%
G = 34.52%
B = 37.06%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A8CCDB (or 0xA8CCDB) is known color: French Pass. HEX triplet: A8, CC and DB. RGB value is (168,204,219). Sum of RGB (Red+Green+Blue) = 168+204+219=591 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.43% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #A8CCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CCDB is #573324. Grayscale: #C2C2C2. Windows color (decimal): -5714725 or 14404776. OLE color: 14404776.

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

Color convert

RGB 168 204 219 -
CMYK 0.23 0.07 0 0.14
HSL 197.65º 0.41% 0.76% -
HSV(B) 197.65º 0.23% 0.86% -
XYZ 50.53 56.63 75.28 -
YUV 194.95 141.57 108.78 -
System Red Green Blue C M Y K H S L
Decimal 168 204 219 0.23 0.07 0 0.14 197.65 0.41 0.76
Hex A8 CC DB 17 7 0 E C6 29 4C
Octal 250 314 333 27 7 0 16 306 51 114
Binary 10101000 11001100 11011011 10111 111 0 1110 11000110 101001 1001100

Color Harmonies of #A8CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CCDB

Black with #A8CCDB

Text Example


Text Example

White with #A8CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CCDB; }

 p { color: rgb(168,204,219); }

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

background-color css

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

 a { background-color: rgb(168,204,219); }

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

border-color css

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

 span { border-color: rgb(168,204,219); }

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