Html Css Color HEX #A1CBC7 Sinbad

📋 copy color: '#A1CBC7'

red 161 ◦ green 203 ◦ blue 199

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

Shades of Sinbad #A1CBC7

Tints of Sinbad #A1CBC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 35.35%

R = 28.6%
G = 36.06%
B = 35.35%

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

#A1CBC7 (or 0xA1CBC7) is known color: Sinbad. HEX triplet: A1, CB and C7. RGB value is (161,203,199). Sum of RGB (Red+Green+Blue) = 161+203+199=563 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.60% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 199 (78.12% from 255 or 35.35% from 563); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CBC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CBC7 is #5E3438. Grayscale: #BDBDBD. Windows color (decimal): -6173753 or 13093793. OLE color: 13093793.

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

Color convert

RGB 161 203 199 -
CMYK 0.21 0 0.02 0.20
HSL 174.29º 0.29% 0.71% -
HSV(B) 174.29º 0.21% 0.8% -
XYZ 46.36 54.41 62.09 -
YUV 189.99 133.09 107.33 -
System Red Green Blue C M Y K H S L
Decimal 161 203 199 0.21 0 0.02 0.20 174.29 0.29 0.71
Hex A1 CB C7 15 0 2 14 AE 1D 47
Octal 241 313 307 25 0 2 24 256 35 107
Binary 10100001 11001011 11000111 10101 0 10 10100 10101110 11101 1000111

Color Harmonies of #A1CBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CBC7

Black with #A1CBC7

Text Example


Text Example

White with #A1CBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CBC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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