Html Css Color HEX #A8CECC Sinbad

📋 copy color: '#A8CECC'

red 168 ◦ green 206 ◦ blue 204

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

Shades of Sinbad #A8CECC

Tints of Sinbad #A8CECC

RGB

 RED value IS 168 (66.02% from 255) = 29.07%

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

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

R = 29.07%
G = 35.64%
B = 35.29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#A8CECC (or 0xA8CECC) is known color: Sinbad. HEX triplet: A8, CE and CC. RGB value is (168,206,204). Sum of RGB (Red+Green+Blue) = 168+206+204=578 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.07% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CECC is #573133. Grayscale: #C2C2C2. Windows color (decimal): -5714228 or 13422248. OLE color: 13422248.

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

Color convert

RGB 168 206 204 -
CMYK 0.18 0 0.01 0.19
HSL 176.84º 0.28% 0.73% -
HSV(B) 176.84º 0.18% 0.81% -
XYZ 49.12 56.83 65.51 -
YUV 194.41 133.41 109.16 -
System Red Green Blue C M Y K H S L
Decimal 168 206 204 0.18 0 0.01 0.19 176.84 0.28 0.73
Hex A8 CE CC 12 0 1 13 B1 1C 49
Octal 250 316 314 22 0 1 23 261 34 111
Binary 10101000 11001110 11001100 10010 0 1 10011 10110001 11100 1001001

Color Harmonies of #A8CECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CECC

Black with #A8CECC

Text Example


Text Example

White with #A8CECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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