Html Css Color HEX #ADCEC9 Sinbad

📋 copy color: '#ADCEC9'

red 173 ◦ green 206 ◦ blue 201

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

Shades of Sinbad #ADCEC9

Tints of Sinbad #ADCEC9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.52%

 BLUE value IS 201 (78.91% from 255) = 34.66%

R = 29.83%
G = 35.52%
B = 34.66%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#ADCEC9 (or 0xADCEC9) is known color: Sinbad. HEX triplet: AD, CE and C9. RGB value is (173,206,201). Sum of RGB (Red+Green+Blue) = 173+206+201=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 201 (78.91% from 255 or 34.66% from 580); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCEC9 is #523136. Grayscale: #C3C3C3. Windows color (decimal): -5386551 or 13225645. OLE color: 13225645.

HSL color Cylindrical-coordinate representation of color #ADCEC9: hue angle of 170.91º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCEC9 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 206 201 -
CMYK 0.16 0 0.02 0.19
HSL 170.91º 0.25% 0.74% -
HSV(B) 170.91º 0.16% 0.81% -
XYZ 49.85 57.24 63.68 -
YUV 195.56 131.07 111.91 -
System Red Green Blue C M Y K H S L
Decimal 173 206 201 0.16 0 0.02 0.19 170.91 0.25 0.74
Hex AD CE C9 10 0 2 13 AB 19 4A
Octal 255 316 311 20 0 2 23 253 31 112
Binary 10101101 11001110 11001001 10000 0 10 10011 10101011 11001 1001010

Color Harmonies of #ADCEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCEC9

Black with #ADCEC9

Text Example


Text Example

White with #ADCEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCEC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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