Html Css Color HEX #ABCECD Sinbad

📋 copy color: '#ABCECD'

red 171 ◦ green 206 ◦ blue 205

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

Shades of Sinbad #ABCECD

Tints of Sinbad #ABCECD

RGB

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

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

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

R = 29.38%
G = 35.4%
B = 35.22%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#ABCECD (or 0xABCECD) is known color: Sinbad. HEX triplet: AB, CE and CD. RGB value is (171,206,205). Sum of RGB (Red+Green+Blue) = 171+206+205=582 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.38% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCECD is #543132. Grayscale: #C3C3C3. Windows color (decimal): -5517619 or 13487787. OLE color: 13487787.

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

Color convert

RGB 171 206 205 -
CMYK 0.17 0 0.00 0.19
HSL 178.29º 0.26% 0.74% -
HSV(B) 178.29º 0.17% 0.81% -
XYZ 49.89 57.21 66.17 -
YUV 195.42 133.4 110.58 -
System Red Green Blue C M Y K H S L
Decimal 171 206 205 0.17 0 0.00 0.19 178.29 0.26 0.74
Hex AB CE CD 11 0 0 13 B2 1A 4A
Octal 253 316 315 21 0 0 23 262 32 112
Binary 10101011 11001110 11001101 10001 0 0 10011 10110010 11010 1001010

Color Harmonies of #ABCECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCECD

Black with #ABCECD

Text Example


Text Example

White with #ABCECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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