Html Css Color HEX #A1D4CB Sinbad

📋 copy color: '#A1D4CB'

red 161 ◦ green 212 ◦ blue 203

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

Shades of Sinbad #A1D4CB

Tints of Sinbad #A1D4CB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.81%

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

R = 27.95%
G = 36.81%
B = 35.24%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#A1D4CB (or 0xA1D4CB) is known color: Sinbad. HEX triplet: A1, D4 and CB. RGB value is (161,212,203). Sum of RGB (Red+Green+Blue) = 161+212+203=576 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.95% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D4CB is #5E2B34. Grayscale: #C3C3C3. Windows color (decimal): -6171445 or 13358241. OLE color: 13358241.

HSL color Cylindrical-coordinate representation of color #A1D4CB: hue angle of 169.41º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1D4CB is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 161 212 203 -
CMYK 0.24 0 0.04 0.17
HSL 169.41º 0.37% 0.73% -
HSV(B) 169.41º 0.24% 0.83% -
XYZ 49.02 58.98 65.3 -
YUV 195.73 132.1 103.23 -
System Red Green Blue C M Y K H S L
Decimal 161 212 203 0.24 0 0.04 0.17 169.41 0.37 0.73
Hex A1 D4 CB 18 0 4 11 A9 25 49
Octal 241 324 313 30 0 4 21 251 45 111
Binary 10100001 11010100 11001011 11000 0 100 10001 10101001 100101 1001001

Color Harmonies of #A1D4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D4CB

Black with #A1D4CB

Text Example


Text Example

White with #A1D4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D4CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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