Html Css Color HEX #ACDDDB Sinbad

📋 copy color: '#ACDDDB'

red 172 ◦ green 221 ◦ blue 219

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

Shades of Sinbad #ACDDDB

Tints of Sinbad #ACDDDB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.11%

 BLUE value IS 219 (85.94% from 255) = 35.78%

R = 28.1%
G = 36.11%
B = 35.78%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#ACDDDB (or 0xACDDDB) is known color: Sinbad. HEX triplet: AC, DD and DB. RGB value is (172,221,219). Sum of RGB (Red+Green+Blue) = 172+221+219=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDDB is #532224. Grayscale: #CECECE. Windows color (decimal): -5448229 or 14409132. OLE color: 14409132.

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

Color convert

RGB 172 221 219 -
CMYK 0.22 0 0.01 0.13
HSL 177.55º 0.42% 0.77% -
HSV(B) 177.55º 0.22% 0.87% -
XYZ 55.66 65.6 76.75 -
YUV 206.12 135.27 103.66 -
System Red Green Blue C M Y K H S L
Decimal 172 221 219 0.22 0 0.01 0.13 177.55 0.42 0.77
Hex AC DD DB 16 0 1 D B2 2A 4D
Octal 254 335 333 26 0 1 15 262 52 115
Binary 10101100 11011101 11011011 10110 0 1 1101 10110010 101010 1001101

Color Harmonies of #ACDDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDDDB

Black with #ACDDDB

Text Example


Text Example

White with #ACDDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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