Html Css Color HEX #A1CBC6 Sinbad

📋 copy color: '#A1CBC6'

red 161 ◦ green 203 ◦ blue 198

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

Shades of Sinbad #A1CBC6

Tints of Sinbad #A1CBC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.23%

R = 28.65%
G = 36.12%
B = 35.23%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#A1CBC6 (or 0xA1CBC6) is known color: Sinbad. HEX triplet: A1, CB and C6. RGB value is (161,203,198). Sum of RGB (Red+Green+Blue) = 161+203+198=562 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.65% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 198 (77.73% from 255 or 35.23% from 562); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CBC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CBC6 is #5E3439. Grayscale: #BDBDBD. Windows color (decimal): -6173754 or 13028257. OLE color: 13028257.

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

Color convert

RGB 161 203 198 -
CMYK 0.21 0 0.02 0.20
HSL 172.86º 0.29% 0.71% -
HSV(B) 172.86º 0.21% 0.8% -
XYZ 46.25 54.37 61.48 -
YUV 189.87 132.59 107.41 -
System Red Green Blue C M Y K H S L
Decimal 161 203 198 0.21 0 0.02 0.20 172.86 0.29 0.71
Hex A1 CB C6 15 0 2 14 AD 1D 47
Octal 241 313 306 25 0 2 24 255 35 107
Binary 10100001 11001011 11000110 10101 0 10 10100 10101101 11101 1000111

Color Harmonies of #A1CBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CBC6

Black with #A1CBC6

Text Example


Text Example

White with #A1CBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CBC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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