Html Css Color HEX #ACDBDA Sinbad

📋 copy color: '#ACDBDA'

red 172 ◦ green 219 ◦ blue 218

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

Shades of Sinbad #ACDBDA

Tints of Sinbad #ACDBDA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.96%

 BLUE value IS 218 (85.55% from 255) = 35.8%

R = 28.24%
G = 35.96%
B = 35.8%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#ACDBDA (or 0xACDBDA) is known color: Sinbad. HEX triplet: AC, DB and DA. RGB value is (172,219,218). Sum of RGB (Red+Green+Blue) = 172+219+218=609 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.24% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDBDA is #532425. Grayscale: #CCCCCC. Windows color (decimal): -5448742 or 14343084. OLE color: 14343084.

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

Color convert

RGB 172 219 218 -
CMYK 0.21 0 0.00 0.14
HSL 178.72º 0.39% 0.77% -
HSV(B) 178.72º 0.21% 0.86% -
XYZ 55 64.5 75.88 -
YUV 204.83 135.43 104.58 -
System Red Green Blue C M Y K H S L
Decimal 172 219 218 0.21 0 0.00 0.14 178.72 0.39 0.77
Hex AC DB DA 15 0 0 E B3 27 4D
Octal 254 333 332 25 0 0 16 263 47 115
Binary 10101100 11011011 11011010 10101 0 0 1110 10110011 100111 1001101

Color Harmonies of #ACDBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDBDA

Black with #ACDBDA

Text Example


Text Example

White with #ACDBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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