Html Css Color HEX #A3CECC Sinbad

📋 copy color: '#A3CECC'

red 163 ◦ green 206 ◦ blue 204

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

Shades of Sinbad #A3CECC

Tints of Sinbad #A3CECC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.95%

 BLUE value IS 204 (80.08% from 255) = 35.6%

R = 28.45%
G = 35.95%
B = 35.6%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#A3CECC (or 0xA3CECC) is known color: Sinbad. HEX triplet: A3, CE and CC. RGB value is (163,206,204). Sum of RGB (Red+Green+Blue) = 163+206+204=573 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.45% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CECC is #5C3133. Grayscale: #C0C0C0. Windows color (decimal): -6041908 or 13422243. OLE color: 13422243.

HSL color Cylindrical-coordinate representation of color #A3CECC: hue angle of 177.21º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3CECC is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 206 204 -
CMYK 0.21 0 0.01 0.19
HSL 177.21º 0.3% 0.72% -
HSV(B) 177.21º 0.21% 0.81% -
XYZ 48.07 56.29 65.46 -
YUV 192.92 134.25 106.66 -
System Red Green Blue C M Y K H S L
Decimal 163 206 204 0.21 0 0.01 0.19 177.21 0.3 0.72
Hex A3 CE CC 15 0 1 13 B1 1E 48
Octal 243 316 314 25 0 1 23 261 36 110
Binary 10100011 11001110 11001100 10101 0 1 10011 10110001 11110 1001000

Color Harmonies of #A3CECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CECC

Black with #A3CECC

Text Example


Text Example

White with #A3CECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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