Html Css Color HEX #A8CEC6 Sinbad

📋 copy color: '#A8CEC6'

red 168 ◦ green 206 ◦ blue 198

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

Shades of Sinbad #A8CEC6

Tints of Sinbad #A8CEC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.62%

R = 29.37%
G = 36.01%
B = 34.62%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#A8CEC6 (or 0xA8CEC6) is known color: Sinbad. HEX triplet: A8, CE and C6. RGB value is (168,206,198). Sum of RGB (Red+Green+Blue) = 168+206+198=572 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.37% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 198 (77.73% from 255 or 34.62% from 572); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CEC6 is #573139. Grayscale: #C1C1C1. Windows color (decimal): -5714234 or 13029032. OLE color: 13029032.

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

Color convert

RGB 168 206 198 -
CMYK 0.18 0 0.04 0.19
HSL 167.37º 0.28% 0.73% -
HSV(B) 167.37º 0.18% 0.81% -
XYZ 48.41 56.54 61.79 -
YUV 193.73 130.41 109.65 -
System Red Green Blue C M Y K H S L
Decimal 168 206 198 0.18 0 0.04 0.19 167.37 0.28 0.73
Hex A8 CE C6 12 0 4 13 A7 1C 49
Octal 250 316 306 22 0 4 23 247 34 111
Binary 10101000 11001110 11000110 10010 0 100 10011 10100111 11100 1001001

Color Harmonies of #A8CEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CEC6

Black with #A8CEC6

Text Example


Text Example

White with #A8CEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CEC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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