Html Css Color HEX #A4D1CB Sinbad

📋 copy color: '#A4D1CB'

red 164 ◦ green 209 ◦ blue 203

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

Shades of Sinbad #A4D1CB

Tints of Sinbad #A4D1CB

RGB

 RED value IS 164 (64.45% from 255) = 28.47%

 GREEN value IS 209 (82.03% from 255) = 36.28%

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

R = 28.47%
G = 36.28%
B = 35.24%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#A4D1CB (or 0xA4D1CB) is known color: Sinbad. HEX triplet: A4, D1 and CB. RGB value is (164,209,203). Sum of RGB (Red+Green+Blue) = 164+209+203=576 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.47% from 576); Green value is 209 (82.03% from 255 or 36.28% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 209 - color contains mainly: green. Hex color #A4D1CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D1CB is #5B2E34. Grayscale: #C2C2C2. Windows color (decimal): -5975605 or 13357476. OLE color: 13357476.

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

Color convert

RGB 164 209 203 -
CMYK 0.22 0 0.03 0.18
HSL 172º 0.33% 0.73% -
HSV(B) 172º 0.22% 0.82% -
XYZ 48.89 57.81 65.08 -
YUV 194.86 132.59 105.99 -
System Red Green Blue C M Y K H S L
Decimal 164 209 203 0.22 0 0.03 0.18 172 0.33 0.73
Hex A4 D1 CB 16 0 3 12 AC 21 49
Octal 244 321 313 26 0 3 22 254 41 111
Binary 10100100 11010001 11001011 10110 0 11 10010 10101100 100001 1001001

Color Harmonies of #A4D1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D1CB

Black with #A4D1CB

Text Example


Text Example

White with #A4D1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D1CB; }

 p { color: rgb(164,209,203); }

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

background-color css

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

 a { background-color: rgb(164,209,203); }

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

border-color css

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

 span { border-color: rgb(164,209,203); }

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