Html Css Color HEX #A3CCC5 Sinbad

📋 copy color: '#A3CCC5'

red 163 ◦ green 204 ◦ blue 197

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

Shades of Sinbad #A3CCC5

Tints of Sinbad #A3CCC5

RGB

 RED value IS 163 (64.06% from 255) = 28.9%

 GREEN value IS 204 (80.08% from 255) = 36.17%

 BLUE value IS 197 (77.34% from 255) = 34.93%

R = 28.9%
G = 36.17%
B = 34.93%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#A3CCC5 (or 0xA3CCC5) is known color: Sinbad. HEX triplet: A3, CC and C5. RGB value is (163,204,197). Sum of RGB (Red+Green+Blue) = 163+204+197=564 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.90% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 197 (77.34% from 255 or 34.93% from 564); Max value from RGB is 204 - color contains mainly: green. Hex color #A3CCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CCC5 is #5C333A. Grayscale: #BEBEBE. Windows color (decimal): -6042427 or 12962979. OLE color: 12962979.

HSL color Cylindrical-coordinate representation of color #A3CCC5: hue angle of 169.76º 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 #A3CCC5 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB 163 204 197 -
CMYK 0.20 0 0.03 0.2
HSL 169.76º 0.29% 0.72% -
HSV(B) 169.76º 0.2% 0.8% -
XYZ 46.78 55 60.97 -
YUV 190.94 131.42 108.07 -
System Red Green Blue C M Y K H S L
Decimal 163 204 197 0.20 0 0.03 0.2 169.76 0.29 0.72
Hex A3 CC C5 14 0 3 14 AA 1D 48
Octal 243 314 305 24 0 3 24 252 35 110
Binary 10100011 11001100 11000101 10100 0 11 10100 10101010 11101 1001000

Color Harmonies of #A3CCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CCC5

Black with #A3CCC5

Text Example


Text Example

White with #A3CCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CCC5; }

 p { color: rgb(163,204,197); }

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

background-color css

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

 a { background-color: rgb(163,204,197); }

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

border-color css

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

 span { border-color: rgb(163,204,197); }

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