Html Css Color HEX #ACDCDB Sinbad

📋 copy color: '#ACDCDB'

red 172 ◦ green 220 ◦ blue 219

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

Shades of Sinbad #ACDCDB

Tints of Sinbad #ACDCDB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.01%

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

R = 28.15%
G = 36.01%
B = 35.84%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#ACDCDB (or 0xACDCDB) is known color: Sinbad. HEX triplet: AC, DC and DB. RGB value is (172,220,219). Sum of RGB (Red+Green+Blue) = 172+220+219=611 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.15% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCDB is #532324. Grayscale: #CDCDCD. Windows color (decimal): -5448485 or 14408876. OLE color: 14408876.

HSL color Cylindrical-coordinate representation of color #ACDCDB: hue angle of 178.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDCDB is Cyan = 0.22, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 220 219 -
CMYK 0.22 0 0.00 0.14
HSL 178.75º 0.41% 0.77% -
HSV(B) 178.75º 0.22% 0.86% -
XYZ 55.39 65.07 76.66 -
YUV 205.53 135.6 104.08 -
System Red Green Blue C M Y K H S L
Decimal 172 220 219 0.22 0 0.00 0.14 178.75 0.41 0.77
Hex AC DC DB 16 0 0 E B3 29 4D
Octal 254 334 333 26 0 0 16 263 51 115
Binary 10101100 11011100 11011011 10110 0 0 1110 10110011 101001 1001101

Color Harmonies of #ACDCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDCDB

Black with #ACDCDB

Text Example


Text Example

White with #ACDCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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