Html Css Color HEX #A4CEC9 Sinbad

📋 copy color: '#A4CEC9'

red 164 ◦ green 206 ◦ blue 201

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

Shades of Sinbad #A4CEC9

Tints of Sinbad #A4CEC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.2%

R = 28.72%
G = 36.08%
B = 35.2%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#A4CEC9 (or 0xA4CEC9) is known color: Sinbad. HEX triplet: A4, CE and C9. RGB value is (164,206,201). Sum of RGB (Red+Green+Blue) = 164+206+201=571 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.72% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 201 (78.91% from 255 or 35.20% from 571); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CEC9 is #5B3136. Grayscale: #C0C0C0. Windows color (decimal): -5976375 or 13225636. OLE color: 13225636.

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

Color convert

RGB 164 206 201 -
CMYK 0.20 0 0.02 0.19
HSL 172.86º 0.3% 0.73% -
HSV(B) 172.86º 0.2% 0.81% -
XYZ 47.92 56.25 63.59 -
YUV 192.87 132.59 107.41 -
System Red Green Blue C M Y K H S L
Decimal 164 206 201 0.20 0 0.02 0.19 172.86 0.3 0.73
Hex A4 CE C9 14 0 2 13 AD 1E 49
Octal 244 316 311 24 0 2 23 255 36 111
Binary 10100100 11001110 11001001 10100 0 10 10011 10101101 11110 1001001

Color Harmonies of #A4CEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CEC9

Black with #A4CEC9

Text Example


Text Example

White with #A4CEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CEC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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