Html Css Color HEX #A4CDCA Sinbad

📋 copy color: '#A4CDCA'

red 164 ◦ green 205 ◦ blue 202

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

Shades of Sinbad #A4CDCA

Tints of Sinbad #A4CDCA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.9%

 BLUE value IS 202 (79.3% from 255) = 35.38%

R = 28.72%
G = 35.9%
B = 35.38%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#A4CDCA (or 0xA4CDCA) is known color: Sinbad. HEX triplet: A4, CD and CA. RGB value is (164,205,202). Sum of RGB (Red+Green+Blue) = 164+205+202=571 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.72% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 205 - color contains mainly: green. Hex color #A4CDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CDCA is #5B3235. Grayscale: #C0C0C0. Windows color (decimal): -5976630 or 13290916. OLE color: 13290916.

HSL color Cylindrical-coordinate representation of color #A4CDCA: hue angle of 175.61º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4CDCA is Cyan = 0.2, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 205 202 -
CMYK 0.2 0 0.01 0.20
HSL 175.61º 0.29% 0.72% -
HSV(B) 175.61º 0.2% 0.8% -
XYZ 47.8 55.82 64.13 -
YUV 192.4 133.42 107.74 -
System Red Green Blue C M Y K H S L
Decimal 164 205 202 0.2 0 0.01 0.20 175.61 0.29 0.72
Hex A4 CD CA 14 0 1 14 B0 1D 48
Octal 244 315 312 24 0 1 24 260 35 110
Binary 10100100 11001101 11001010 10100 0 1 10100 10110000 11101 1001000

Color Harmonies of #A4CDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CDCA

Black with #A4CDCA

Text Example


Text Example

White with #A4CDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CDCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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