Html Css Color HEX #A4D3CB Sinbad

📋 copy color: '#A4D3CB'

red 164 ◦ green 211 ◦ blue 203

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

Shades of Sinbad #A4D3CB

Tints of Sinbad #A4D3CB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.51%

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

R = 28.37%
G = 36.51%
B = 35.12%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#A4D3CB (or 0xA4D3CB) is known color: Sinbad. HEX triplet: A4, D3 and CB. RGB value is (164,211,203). Sum of RGB (Red+Green+Blue) = 164+211+203=578 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.37% from 578); Green value is 211 (82.81% from 255 or 36.51% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 211 - color contains mainly: green. Hex color #A4D3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D3CB is #5B2C34. Grayscale: #C4C4C4. Windows color (decimal): -5975093 or 13357988. OLE color: 13357988.

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

Color convert

RGB 164 211 203 -
CMYK 0.22 0 0.04 0.17
HSL 169.79º 0.35% 0.74% -
HSV(B) 169.79º 0.22% 0.83% -
XYZ 49.38 58.79 65.25 -
YUV 196.04 131.93 105.15 -
System Red Green Blue C M Y K H S L
Decimal 164 211 203 0.22 0 0.04 0.17 169.79 0.35 0.74
Hex A4 D3 CB 16 0 4 11 AA 23 4A
Octal 244 323 313 26 0 4 21 252 43 112
Binary 10100100 11010011 11001011 10110 0 100 10001 10101010 100011 1001010

Color Harmonies of #A4D3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D3CB

Black with #A4D3CB

Text Example


Text Example

White with #A4D3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D3CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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