Html Css Color HEX #A4D1CD Sinbad

📋 copy color: '#A4D1CD'

red 164 ◦ green 209 ◦ blue 205

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

Shades of Sinbad #A4D1CD

Tints of Sinbad #A4D1CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.47%

R = 28.37%
G = 36.16%
B = 35.47%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#A4D1CD (or 0xA4D1CD) is known color: Sinbad. HEX triplet: A4, D1 and CD. RGB value is (164,209,205). Sum of RGB (Red+Green+Blue) = 164+209+205=578 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.37% from 578); Green value is 209 (82.03% from 255 or 36.16% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 209 - color contains mainly: green. Hex color #A4D1CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D1CD is #5B2E32. Grayscale: #C3C3C3. Windows color (decimal): -5975603 or 13488548. OLE color: 13488548.

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

Color convert

RGB 164 209 205 -
CMYK 0.22 0 0.02 0.18
HSL 174.67º 0.33% 0.73% -
HSV(B) 174.67º 0.22% 0.82% -
XYZ 49.13 57.9 66.34 -
YUV 195.09 133.59 105.83 -
System Red Green Blue C M Y K H S L
Decimal 164 209 205 0.22 0 0.02 0.18 174.67 0.33 0.73
Hex A4 D1 CD 16 0 2 12 AF 21 49
Octal 244 321 315 26 0 2 22 257 41 111
Binary 10100100 11010001 11001101 10110 0 10 10010 10101111 100001 1001001

Color Harmonies of #A4D1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D1CD

Black with #A4D1CD

Text Example


Text Example

White with #A4D1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D1CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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