Html Css Color HEX #ABCECA Sinbad

📋 copy color: '#ABCECA'

red 171 ◦ green 206 ◦ blue 202

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

Shades of Sinbad #ABCECA

Tints of Sinbad #ABCECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.89%

R = 29.53%
G = 35.58%
B = 34.89%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#ABCECA (or 0xABCECA) is known color: Sinbad. HEX triplet: AB, CE and CA. RGB value is (171,206,202). Sum of RGB (Red+Green+Blue) = 171+206+202=579 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.53% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCECA is #543135. Grayscale: #C3C3C3. Windows color (decimal): -5517622 or 13291179. OLE color: 13291179.

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

Color convert

RGB 171 206 202 -
CMYK 0.17 0 0.02 0.19
HSL 173.14º 0.26% 0.74% -
HSV(B) 173.14º 0.17% 0.81% -
XYZ 49.53 57.06 64.28 -
YUV 195.08 131.9 110.83 -
System Red Green Blue C M Y K H S L
Decimal 171 206 202 0.17 0 0.02 0.19 173.14 0.26 0.74
Hex AB CE CA 11 0 2 13 AD 1A 4A
Octal 253 316 312 21 0 2 23 255 32 112
Binary 10101011 11001110 11001010 10001 0 10 10011 10101101 11010 1001010

Color Harmonies of #ABCECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCECA

Black with #ABCECA

Text Example


Text Example

White with #ABCECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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