Html Css Color HEX #ADCFCE Sinbad

📋 copy color: '#ADCFCE'

red 173 ◦ green 207 ◦ blue 206

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

Shades of Sinbad #ADCFCE

Tints of Sinbad #ADCFCE

RGB

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

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

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

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

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

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

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

Color convert

RGB 173 207 206 -
CMYK 0.16 0 0.00 0.19
HSL 178.24º 0.26% 0.75% -
HSV(B) 178.24º 0.16% 0.81% -
XYZ 50.69 57.97 66.91 -
YUV 196.72 133.24 111.08 -
System Red Green Blue C M Y K H S L
Decimal 173 207 206 0.16 0 0.00 0.19 178.24 0.26 0.75
Hex AD CF CE 10 0 0 13 B2 1A 4B
Octal 255 317 316 20 0 0 23 262 32 113
Binary 10101101 11001111 11001110 10000 0 0 10011 10110010 11010 1001011

Color Harmonies of #ADCFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCFCE

Black with #ADCFCE

Text Example


Text Example

White with #ADCFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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