Html Css Color HEX #ACD0DD French Pass

📋 copy color: '#ACD0DD'

red 172 ◦ green 208 ◦ blue 221

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

Shades of French Pass #ACD0DD

Tints of French Pass #ACD0DD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.61%

 BLUE value IS 221 (86.72% from 255) = 36.77%

R = 28.62%
G = 34.61%
B = 36.77%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACD0DD (or 0xACD0DD) is known color: French Pass. HEX triplet: AC, D0 and DD. RGB value is (172,208,221). Sum of RGB (Red+Green+Blue) = 172+208+221=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACD0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD0DD is #532F22. Grayscale: #C6C6C6. Windows color (decimal): -5451555 or 14536876. OLE color: 14536876.

HSL color Cylindrical-coordinate representation of color #ACD0DD: hue angle of 195.92º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACD0DD is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 208 221 -
CMYK 0.22 0.06 0 0.13
HSL 195.92º 0.42% 0.77% -
HSV(B) 195.92º 0.22% 0.87% -
XYZ 52.62 59.1 77.04 -
YUV 198.72 140.57 108.94 -
System Red Green Blue C M Y K H S L
Decimal 172 208 221 0.22 0.06 0 0.13 195.92 0.42 0.77
Hex AC D0 DD 16 6 0 D C4 2A 4D
Octal 254 320 335 26 6 0 15 304 52 115
Binary 10101100 11010000 11011101 10110 110 0 1101 11000100 101010 1001101

Color Harmonies of #ACD0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD0DD

Black with #ACD0DD

Text Example


Text Example

White with #ACD0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD0DD; }

 p { color: rgb(172,208,221); }

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

background-color css

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

 a { background-color: rgb(172,208,221); }

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

border-color css

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

 span { border-color: rgb(172,208,221); }

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