Html Css Color HEX #A1CBC5 Sinbad

📋 copy color: '#A1CBC5'

red 161 ◦ green 203 ◦ blue 197

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

Shades of Sinbad #A1CBC5

Tints of Sinbad #A1CBC5

RGB

 RED value IS 161 (63.28% from 255) = 28.7%

 GREEN value IS 203 (79.69% from 255) = 36.19%

 BLUE value IS 197 (77.34% from 255) = 35.12%

R = 28.7%
G = 36.19%
B = 35.12%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#A1CBC5 (or 0xA1CBC5) is known color: Sinbad. HEX triplet: A1, CB and C5. RGB value is (161,203,197). Sum of RGB (Red+Green+Blue) = 161+203+197=561 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.70% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CBC5 is #5E343A. Grayscale: #BDBDBD. Windows color (decimal): -6173755 or 12962721. OLE color: 12962721.

HSL color Cylindrical-coordinate representation of color #A1CBC5: hue angle of 171.43º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1CBC5 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 203 197 -
CMYK 0.21 0 0.03 0.20
HSL 171.43º 0.29% 0.71% -
HSV(B) 171.43º 0.21% 0.8% -
XYZ 46.13 54.32 60.88 -
YUV 189.76 132.09 107.49 -
System Red Green Blue C M Y K H S L
Decimal 161 203 197 0.21 0 0.03 0.20 171.43 0.29 0.71
Hex A1 CB C5 15 0 3 14 AB 1D 47
Octal 241 313 305 25 0 3 24 253 35 107
Binary 10100001 11001011 11000101 10101 0 11 10100 10101011 11101 1000111

Color Harmonies of #A1CBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CBC5

Black with #A1CBC5

Text Example


Text Example

White with #A1CBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CBC5; }

 p { color: rgb(161,203,197); }

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

background-color css

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

 a { background-color: rgb(161,203,197); }

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

border-color css

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

 span { border-color: rgb(161,203,197); }

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