Html Css Color HEX #ACD5DA French Pass

📋 copy color: '#ACD5DA'

red 172 ◦ green 213 ◦ blue 218

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

Shades of French Pass #ACD5DA

Tints of French Pass #ACD5DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.15%

R = 28.52%
G = 35.32%
B = 36.15%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ACD5DA (or 0xACD5DA) is known color: French Pass. HEX triplet: AC, D5 and DA. RGB value is (172,213,218). Sum of RGB (Red+Green+Blue) = 172+213+218=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 213 (83.59% from 255 or 35.32% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACD5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD5DA is #532A25. Grayscale: #C9C9C9. Windows color (decimal): -5450278 or 14341548. OLE color: 14341548.

HSL color Cylindrical-coordinate representation of color #ACD5DA: hue angle of 186.52º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACD5DA is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 213 218 -
CMYK 0.21 0.02 0 0.15
HSL 186.52º 0.38% 0.76% -
HSV(B) 186.52º 0.21% 0.85% -
XYZ 53.46 61.42 75.37 -
YUV 201.31 137.42 107.09 -
System Red Green Blue C M Y K H S L
Decimal 172 213 218 0.21 0.02 0 0.15 186.52 0.38 0.76
Hex AC D5 DA 15 2 0 F BB 26 4C
Octal 254 325 332 25 2 0 17 273 46 114
Binary 10101100 11010101 11011010 10101 10 0 1111 10111011 100110 1001100

Color Harmonies of #ACD5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD5DA

Black with #ACD5DA

Text Example


Text Example

White with #ACD5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD5DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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