Html Css Color HEX #ACD5D6 Sinbad

📋 copy color: '#ACD5D6'

red 172 ◦ green 213 ◦ blue 214

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

Shades of Sinbad #ACD5D6

Tints of Sinbad #ACD5D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.73%

R = 28.71%
G = 35.56%
B = 35.73%

CMYK

 C value IS 0.20

 M value IS 0.00

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ACD5D6 (or 0xACD5D6) is known color: Sinbad. HEX triplet: AC, D5 and D6. RGB value is (172,213,214). Sum of RGB (Red+Green+Blue) = 172+213+214=599 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.71% from 599); Green value is 213 (83.59% from 255 or 35.56% from 599); Blue value is 214 (83.98% from 255 or 35.73% from 599); Max value from RGB is 214 - color contains mainly: blue. Hex color #ACD5D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD5D6 is #532A29. Grayscale: #C8C8C8. Windows color (decimal): -5450282 or 14079404. OLE color: 14079404.

HSL color Cylindrical-coordinate representation of color #ACD5D6: hue angle of 181.43º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD5D6 is Cyan = 0.20, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 213 214 -
CMYK 0.20 0.00 0 0.16
HSL 181.43º 0.34% 0.76% -
HSV(B) 181.43º 0.2% 0.84% -
XYZ 52.95 61.21 72.64 -
YUV 200.86 135.42 107.42 -
System Red Green Blue C M Y K H S L
Decimal 172 213 214 0.20 0.00 0 0.16 181.43 0.34 0.76
Hex AC D5 D6 14 0 0 10 B5 22 4C
Octal 254 325 326 24 0 0 20 265 42 114
Binary 10101100 11010101 11010110 10100 0 0 10000 10110101 100010 1001100

Color Harmonies of #ACD5D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD5D6

Black with #ACD5D6

Text Example


Text Example

White with #ACD5D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD5D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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