Html Css Color HEX #ADD2CE Sinbad

📋 copy color: '#ADD2CE'

red 173 ◦ green 210 ◦ blue 206

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

Shades of Sinbad #ADD2CE

Tints of Sinbad #ADD2CE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.65%

 BLUE value IS 206 (80.86% from 255) = 34.97%

R = 29.37%
G = 35.65%
B = 34.97%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#ADD2CE (or 0xADD2CE) is known color: Sinbad. HEX triplet: AD, D2 and CE. RGB value is (173,210,206). Sum of RGB (Red+Green+Blue) = 173+210+206=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 210 (82.42% from 255 or 35.65% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD2CE is #522D31. Grayscale: #C6C6C6. Windows color (decimal): -5385522 or 13554349. OLE color: 13554349.

HSL color Cylindrical-coordinate representation of color #ADD2CE: hue angle of 173.51º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADD2CE is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 210 206 -
CMYK 0.18 0 0.02 0.18
HSL 173.51º 0.29% 0.75% -
HSV(B) 173.51º 0.18% 0.82% -
XYZ 51.42 59.43 67.15 -
YUV 198.48 132.24 109.83 -
System Red Green Blue C M Y K H S L
Decimal 173 210 206 0.18 0 0.02 0.18 173.51 0.29 0.75
Hex AD D2 CE 12 0 2 12 AE 1D 4B
Octal 255 322 316 22 0 2 22 256 35 113
Binary 10101101 11010010 11001110 10010 0 10 10010 10101110 11101 1001011

Color Harmonies of #ADD2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD2CE

Black with #ADD2CE

Text Example


Text Example

White with #ADD2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD2CE; }

 p { color: rgb(173,210,206); }

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

background-color css

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

 a { background-color: rgb(173,210,206); }

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

border-color css

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

 span { border-color: rgb(173,210,206); }

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