Html Css Color HEX #ACDADA Sinbad

📋 copy color: '#ACDADA'

red 172 ◦ green 218 ◦ blue 218

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

Shades of Sinbad #ACDADA

Tints of Sinbad #ACDADA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.86%

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

R = 28.29%
G = 35.86%
B = 35.86%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ACDADA (or 0xACDADA) is known color: Sinbad. HEX triplet: AC, DA and DA. RGB value is (172,218,218). Sum of RGB (Red+Green+Blue) = 172+218+218=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 218 (85.55% from 255 or 35.86% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #ACDADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDADA is #532525. Grayscale: #CCCCCC. Windows color (decimal): -5448998 or 14342828. OLE color: 14342828.

HSL color Cylindrical-coordinate representation of color #ACDADA: hue angle of 180º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACDADA is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 218 218 -
CMYK 0.21 0 0 0.15
HSL 180º 0.38% 0.76% -
HSV(B) 180º 0.21% 0.85% -
XYZ 54.74 63.98 75.79 -
YUV 204.25 135.76 105 -
System Red Green Blue C M Y K H S L
Decimal 172 218 218 0.21 0 0 0.15 180 0.38 0.76
Hex AC DA DA 15 0 0 F B4 26 4C
Octal 254 332 332 25 0 0 17 264 46 114
Binary 10101100 11011010 11011010 10101 0 0 1111 10110100 100110 1001100

Color Harmonies of #ACDADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDADA

Black with #ACDADA

Text Example


Text Example

White with #ACDADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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