Html Css Color HEX #ADCECF Sinbad

📋 copy color: '#ADCECF'

red 173 ◦ green 206 ◦ blue 207

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

Shades of Sinbad #ADCECF

Tints of Sinbad #ADCECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.32%

R = 29.52%
G = 35.15%
B = 35.32%

CMYK

 C value IS 0.16

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ADCECF (or 0xADCECF) is known color: Sinbad. HEX triplet: AD, CE and CF. RGB value is (173,206,207). Sum of RGB (Red+Green+Blue) = 173+206+207=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADCECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCECF is #523130. Grayscale: #C4C4C4. Windows color (decimal): -5386545 or 13618861. OLE color: 13618861.

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

Color convert

RGB 173 206 207 -
CMYK 0.16 0.00 0 0.19
HSL 181.76º 0.26% 0.75% -
HSV(B) 181.76º 0.16% 0.81% -
XYZ 50.57 57.53 67.47 -
YUV 196.25 134.07 111.42 -
System Red Green Blue C M Y K H S L
Decimal 173 206 207 0.16 0.00 0 0.19 181.76 0.26 0.75
Hex AD CE CF 10 0 0 13 B6 1A 4B
Octal 255 316 317 20 0 0 23 266 32 113
Binary 10101101 11001110 11001111 10000 0 0 10011 10110110 11010 1001011

Color Harmonies of #ADCECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCECF

Black with #ADCECF

Text Example


Text Example

White with #ADCECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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