Html Css Color HEX #A1D2CB Sinbad

📋 copy color: '#A1D2CB'

red 161 ◦ green 210 ◦ blue 203

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

Shades of Sinbad #A1D2CB

Tints of Sinbad #A1D2CB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.59%

 BLUE value IS 203 (79.69% from 255) = 35.37%

R = 28.05%
G = 36.59%
B = 35.37%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#A1D2CB (or 0xA1D2CB) is known color: Sinbad. HEX triplet: A1, D2 and CB. RGB value is (161,210,203). Sum of RGB (Red+Green+Blue) = 161+210+203=574 (76% of max value = 765). Red value is 161 (63.28% from 255 or 28.05% from 574); Green value is 210 (82.42% from 255 or 36.59% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D2CB is #5E2D34. Grayscale: #C2C2C2. Windows color (decimal): -6171957 or 13357729. OLE color: 13357729.

HSL color Cylindrical-coordinate representation of color #A1D2CB: hue angle of 171.43º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1D2CB is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 210 203 -
CMYK 0.23 0 0.03 0.18
HSL 171.43º 0.35% 0.73% -
HSV(B) 171.43º 0.23% 0.82% -
XYZ 48.52 57.98 65.13 -
YUV 194.55 132.77 104.07 -
System Red Green Blue C M Y K H S L
Decimal 161 210 203 0.23 0 0.03 0.18 171.43 0.35 0.73
Hex A1 D2 CB 17 0 3 12 AB 23 49
Octal 241 322 313 27 0 3 22 253 43 111
Binary 10100001 11010010 11001011 10111 0 11 10010 10101011 100011 1001001

Color Harmonies of #A1D2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D2CB

Black with #A1D2CB

Text Example


Text Example

White with #A1D2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D2CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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