Html Css Color HEX #ADDCDA Sinbad

📋 copy color: '#ADDCDA'

red 173 ◦ green 220 ◦ blue 218

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

Shades of Sinbad #ADDCDA

Tints of Sinbad #ADDCDA

RGB

 RED value IS 173 (67.97% from 255) = 28.31%

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

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

R = 28.31%
G = 36.01%
B = 35.68%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#ADDCDA (or 0xADDCDA) is known color: Sinbad. HEX triplet: AD, DC and DA. RGB value is (173,220,218). Sum of RGB (Red+Green+Blue) = 173+220+218=611 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.31% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCDA is #522325. Grayscale: #CDCDCD. Windows color (decimal): -5382950 or 14343341. OLE color: 14343341.

HSL color Cylindrical-coordinate representation of color #ADDCDA: hue angle of 177.45º degrees, saturation: 0.4, 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 #ADDCDA is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 220 218 -
CMYK 0.21 0 0.01 0.14
HSL 177.45º 0.4% 0.77% -
HSV(B) 177.45º 0.21% 0.86% -
XYZ 55.48 65.13 75.98 -
YUV 205.72 134.93 104.66 -
System Red Green Blue C M Y K H S L
Decimal 173 220 218 0.21 0 0.01 0.14 177.45 0.4 0.77
Hex AD DC DA 15 0 1 E B1 28 4D
Octal 255 334 332 25 0 1 16 261 50 115
Binary 10101101 11011100 11011010 10101 0 1 1110 10110001 101000 1001101

Color Harmonies of #ADDCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDCDA

Black with #ADDCDA

Text Example


Text Example

White with #ADDCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDCDA; }

 p { color: rgb(173,220,218); }

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

background-color css

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

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

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

border-color css

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

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

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