Html Css Color HEX #ADDCDB Sinbad

📋 copy color: '#ADDCDB'

red 173 ◦ green 220 ◦ blue 219

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

Shades of Sinbad #ADDCDB

Tints of Sinbad #ADDCDB

RGB

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

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

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

R = 28.27%
G = 35.95%
B = 35.78%

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

#ADDCDB (or 0xADDCDB) is known color: Sinbad. HEX triplet: AD, DC and DB. RGB value is (173,220,219). Sum of RGB (Red+Green+Blue) = 173+220+219=612 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.27% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCDB is #522324. Grayscale: #CDCDCD. Windows color (decimal): -5382949 or 14408877. OLE color: 14408877.

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

Color convert

RGB 173 220 219 -
CMYK 0.21 0 0.00 0.14
HSL 178.72º 0.4% 0.77% -
HSV(B) 178.72º 0.21% 0.86% -
XYZ 55.61 65.19 76.67 -
YUV 205.83 135.43 104.58 -
System Red Green Blue C M Y K H S L
Decimal 173 220 219 0.21 0 0.00 0.14 178.72 0.4 0.77
Hex AD DC DB 15 0 0 E B3 28 4D
Octal 255 334 333 25 0 0 16 263 50 115
Binary 10101101 11011100 11011011 10101 0 0 1110 10110011 101000 1001101

Color Harmonies of #ADDCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDCDB

Black with #ADDCDB

Text Example


Text Example

White with #ADDCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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