Html Css Color HEX #A4CECB Sinbad

📋 copy color: '#A4CECB'

red 164 ◦ green 206 ◦ blue 203

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

Shades of Sinbad #A4CECB

Tints of Sinbad #A4CECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.43%

R = 28.62%
G = 35.95%
B = 35.43%

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

#A4CECB (or 0xA4CECB) is known color: Sinbad. HEX triplet: A4, CE and CB. RGB value is (164,206,203). Sum of RGB (Red+Green+Blue) = 164+206+203=573 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.62% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CECB is #5B3134. Grayscale: #C1C1C1. Windows color (decimal): -5976373 or 13356708. OLE color: 13356708.

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

Color convert

RGB 164 206 203 -
CMYK 0.20 0 0.01 0.19
HSL 175.71º 0.3% 0.73% -
HSV(B) 175.71º 0.2% 0.81% -
XYZ 48.16 56.35 64.84 -
YUV 193.1 133.59 107.24 -
System Red Green Blue C M Y K H S L
Decimal 164 206 203 0.20 0 0.01 0.19 175.71 0.3 0.73
Hex A4 CE CB 14 0 1 13 B0 1E 49
Octal 244 316 313 24 0 1 23 260 36 111
Binary 10100100 11001110 11001011 10100 0 1 10011 10110000 11110 1001001

Color Harmonies of #A4CECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CECB

Black with #A4CECB

Text Example


Text Example

White with #A4CECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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