Html Css Color HEX #ACCDC9 Sinbad

📋 copy color: '#ACCDC9'

red 172 ◦ green 205 ◦ blue 201

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

Shades of Sinbad #ACCDC9

Tints of Sinbad #ACCDC9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.47%

 BLUE value IS 201 (78.91% from 255) = 34.78%

R = 29.76%
G = 35.47%
B = 34.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#ACCDC9 (or 0xACCDC9) is known color: Sinbad. HEX triplet: AC, CD and C9. RGB value is (172,205,201). Sum of RGB (Red+Green+Blue) = 172+205+201=578 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.76% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 201 (78.91% from 255 or 34.78% from 578); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDC9 is #533236. Grayscale: #C2C2C2. Windows color (decimal): -5452343 or 13225388. OLE color: 13225388.

HSL color Cylindrical-coordinate representation of color #ACCDC9: hue angle of 172.73º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACCDC9 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 205 201 -
CMYK 0.16 0 0.02 0.20
HSL 172.73º 0.25% 0.74% -
HSV(B) 172.73º 0.16% 0.8% -
XYZ 49.39 56.65 63.59 -
YUV 194.68 131.57 111.83 -
System Red Green Blue C M Y K H S L
Decimal 172 205 201 0.16 0 0.02 0.20 172.73 0.25 0.74
Hex AC CD C9 10 0 2 14 AD 19 4A
Octal 254 315 311 20 0 2 24 255 31 112
Binary 10101100 11001101 11001001 10000 0 10 10100 10101101 11001 1001010

Color Harmonies of #ACCDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCDC9

Black with #ACCDC9

Text Example


Text Example

White with #ACCDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCDC9; }

 p { color: rgb(172,205,201); }

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

background-color css

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

 a { background-color: rgb(172,205,201); }

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

border-color css

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

 span { border-color: rgb(172,205,201); }

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