Html Css Color HEX #A4CECC Sinbad

📋 copy color: '#A4CECC'

red 164 ◦ green 206 ◦ blue 204

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

Shades of Sinbad #A4CECC

Tints of Sinbad #A4CECC

RGB

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

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

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

R = 28.57%
G = 35.89%
B = 35.54%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#A4CECC (or 0xA4CECC) is known color: Sinbad. HEX triplet: A4, CE and CC. RGB value is (164,206,204). Sum of RGB (Red+Green+Blue) = 164+206+204=574 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.57% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CECC is #5B3133. Grayscale: #C1C1C1. Windows color (decimal): -5976372 or 13422244. OLE color: 13422244.

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

Color convert

RGB 164 206 204 -
CMYK 0.20 0 0.01 0.19
HSL 177.14º 0.3% 0.73% -
HSV(B) 177.14º 0.2% 0.81% -
XYZ 48.28 56.39 65.47 -
YUV 193.21 134.09 107.16 -
System Red Green Blue C M Y K H S L
Decimal 164 206 204 0.20 0 0.01 0.19 177.14 0.3 0.73
Hex A4 CE CC 14 0 1 13 B1 1E 49
Octal 244 316 314 24 0 1 23 261 36 111
Binary 10100100 11001110 11001100 10100 0 1 10011 10110001 11110 1001001

Color Harmonies of #A4CECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CECC

Black with #A4CECC

Text Example


Text Example

White with #A4CECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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