Html Css Color HEX #ADCFD0 Sinbad

📋 copy color: '#ADCFD0'

red 173 ◦ green 207 ◦ blue 208

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

Shades of Sinbad #ADCFD0

Tints of Sinbad #ADCFD0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.2%

 BLUE value IS 208 (81.64% from 255) = 35.37%

R = 29.42%
G = 35.2%
B = 35.37%

CMYK

 C value IS 0.17

 M value IS 0.00

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ADCFD0 (or 0xADCFD0) is known color: Sinbad. HEX triplet: AD, CF and D0. RGB value is (173,207,208). Sum of RGB (Red+Green+Blue) = 173+207+208=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 208 (81.64% from 255 or 35.37% from 588); Max value from RGB is 208 - color contains mainly: blue. Hex color #ADCFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCFD0 is #52302F. Grayscale: #C4C4C4. Windows color (decimal): -5386288 or 13684653. OLE color: 13684653.

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

Color convert

RGB 173 207 208 -
CMYK 0.17 0.00 0 0.18
HSL 181.71º 0.27% 0.75% -
HSV(B) 181.71º 0.17% 0.82% -
XYZ 50.93 58.06 68.2 -
YUV 196.95 134.24 110.92 -
System Red Green Blue C M Y K H S L
Decimal 173 207 208 0.17 0.00 0 0.18 181.71 0.27 0.75
Hex AD CF D0 11 0 0 12 B6 1B 4B
Octal 255 317 320 21 0 0 22 266 33 113
Binary 10101101 11001111 11010000 10001 0 0 10010 10110110 11011 1001011

Color Harmonies of #ADCFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCFD0

Black with #ADCFD0

Text Example


Text Example

White with #ADCFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCFD0; }

 p { color: rgb(173,207,208); }

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

background-color css

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

 a { background-color: rgb(173,207,208); }

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

border-color css

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

 span { border-color: rgb(173,207,208); }

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