Html Css Color HEX #ACD5DB French Pass

📋 copy color: '#ACD5DB'

red 172 ◦ green 213 ◦ blue 219

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

Shades of French Pass #ACD5DB

Tints of French Pass #ACD5DB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.26%

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

R = 28.48%
G = 35.26%
B = 36.26%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ACD5DB (or 0xACD5DB) is known color: French Pass. HEX triplet: AC, D5 and DB. RGB value is (172,213,219). Sum of RGB (Red+Green+Blue) = 172+213+219=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 213 (83.59% from 255 or 35.26% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACD5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD5DB is #532A24. Grayscale: #C9C9C9. Windows color (decimal): -5450277 or 14407084. OLE color: 14407084.

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

Color convert

RGB 172 213 219 -
CMYK 0.21 0.03 0 0.14
HSL 187.66º 0.39% 0.77% -
HSV(B) 187.66º 0.21% 0.86% -
XYZ 53.59 61.47 76.06 -
YUV 201.43 137.92 107.01 -
System Red Green Blue C M Y K H S L
Decimal 172 213 219 0.21 0.03 0 0.14 187.66 0.39 0.77
Hex AC D5 DB 15 3 0 E BC 27 4D
Octal 254 325 333 25 3 0 16 274 47 115
Binary 10101100 11010101 11011011 10101 11 0 1110 10111100 100111 1001101

Color Harmonies of #ACD5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD5DB

Black with #ACD5DB

Text Example


Text Example

White with #ACD5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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