Html Css Color HEX #ACDAD7 Sinbad

📋 copy color: '#ACDAD7'

red 172 ◦ green 218 ◦ blue 215

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

Shades of Sinbad #ACDAD7

Tints of Sinbad #ACDAD7

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.03%

 BLUE value IS 215 (84.38% from 255) = 35.54%

R = 28.43%
G = 36.03%
B = 35.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#ACDAD7 (or 0xACDAD7) is known color: Sinbad. HEX triplet: AC, DA and D7. RGB value is (172,218,215). Sum of RGB (Red+Green+Blue) = 172+218+215=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 215 (84.38% from 255 or 35.54% from 605); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDAD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDAD7 is #532528. Grayscale: #CBCBCB. Windows color (decimal): -5449001 or 14146220. OLE color: 14146220.

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

Color convert

RGB 172 218 215 -
CMYK 0.21 0 0.01 0.15
HSL 176.09º 0.38% 0.76% -
HSV(B) 176.09º 0.21% 0.85% -
XYZ 54.35 63.82 73.74 -
YUV 203.9 134.26 105.24 -
System Red Green Blue C M Y K H S L
Decimal 172 218 215 0.21 0 0.01 0.15 176.09 0.38 0.76
Hex AC DA D7 15 0 1 F B0 26 4C
Octal 254 332 327 25 0 1 17 260 46 114
Binary 10101100 11011010 11010111 10101 0 1 1111 10110000 100110 1001100

Color Harmonies of #ACDAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDAD7

Black with #ACDAD7

Text Example


Text Example

White with #ACDAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDAD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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