Html Css Color HEX #ACCEDB French Pass

📋 copy color: '#ACCEDB'

red 172 ◦ green 206 ◦ blue 219

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

Shades of French Pass #ACCEDB

Tints of French Pass #ACCEDB

RGB

 RED value IS 172 (67.58% from 255) = 28.81%

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

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

R = 28.81%
G = 34.51%
B = 36.68%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ACCEDB (or 0xACCEDB) is known color: French Pass. HEX triplet: AC, CE and DB. RGB value is (172,206,219). Sum of RGB (Red+Green+Blue) = 172+206+219=597 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.81% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACCEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCEDB is #533124. Grayscale: #C5C5C5. Windows color (decimal): -5452069 or 14405292. OLE color: 14405292.

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

Color convert

RGB 172 206 219 -
CMYK 0.21 0.06 0 0.14
HSL 196.6º 0.39% 0.77% -
HSV(B) 196.6º 0.21% 0.86% -
XYZ 51.87 58.03 75.48 -
YUV 197.32 140.24 109.94 -
System Red Green Blue C M Y K H S L
Decimal 172 206 219 0.21 0.06 0 0.14 196.6 0.39 0.77
Hex AC CE DB 15 6 0 E C5 27 4D
Octal 254 316 333 25 6 0 16 305 47 115
Binary 10101100 11001110 11011011 10101 110 0 1110 11000101 100111 1001101

Color Harmonies of #ACCEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCEDB

Black with #ACCEDB

Text Example


Text Example

White with #ACCEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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