Html Css Color HEX #ABCFCD Sinbad

📋 copy color: '#ABCFCD'

red 171 ◦ green 207 ◦ blue 205

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

Shades of Sinbad #ABCFCD

Tints of Sinbad #ABCFCD

RGB

 RED value IS 171 (67.19% from 255) = 29.33%

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

 BLUE value IS 205 (80.47% from 255) = 35.16%

R = 29.33%
G = 35.51%
B = 35.16%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#ABCFCD (or 0xABCFCD) is known color: Sinbad. HEX triplet: AB, CF and CD. RGB value is (171,207,205). Sum of RGB (Red+Green+Blue) = 171+207+205=583 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.33% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCFCD is #543032. Grayscale: #C3C3C3. Windows color (decimal): -5517363 or 13488043. OLE color: 13488043.

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

Color convert

RGB 171 207 205 -
CMYK 0.17 0 0.01 0.19
HSL 176.67º 0.27% 0.74% -
HSV(B) 176.67º 0.17% 0.81% -
XYZ 50.13 57.69 66.25 -
YUV 196.01 133.07 110.16 -
System Red Green Blue C M Y K H S L
Decimal 171 207 205 0.17 0 0.01 0.19 176.67 0.27 0.74
Hex AB CF CD 11 0 1 13 B1 1B 4A
Octal 253 317 315 21 0 1 23 261 33 112
Binary 10101011 11001111 11001101 10001 0 1 10011 10110001 11011 1001010

Color Harmonies of #ABCFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCFCD

Black with #ABCFCD

Text Example


Text Example

White with #ABCFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCFCD; }

 p { color: rgb(171,207,205); }

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

background-color css

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

 a { background-color: rgb(171,207,205); }

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

border-color css

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

 span { border-color: rgb(171,207,205); }

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