Html Css Color HEX #A8CCC8 Sinbad

📋 copy color: '#A8CCC8'

red 168 ◦ green 204 ◦ blue 200

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

Shades of Sinbad #A8CCC8

Tints of Sinbad #A8CCC8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.66%

 BLUE value IS 200 (78.52% from 255) = 34.97%

R = 29.37%
G = 35.66%
B = 34.97%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#A8CCC8 (or 0xA8CCC8) is known color: Sinbad. HEX triplet: A8, CC and C8. RGB value is (168,204,200). Sum of RGB (Red+Green+Blue) = 168+204+200=572 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.37% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 200 (78.52% from 255 or 34.97% from 572); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CCC8 is #573337. Grayscale: #C0C0C0. Windows color (decimal): -5714744 or 13159592. OLE color: 13159592.

HSL color Cylindrical-coordinate representation of color #A8CCC8: hue angle of 173.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8CCC8 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 204 200 -
CMYK 0.18 0 0.02 0.2
HSL 173.33º 0.26% 0.73% -
HSV(B) 173.33º 0.18% 0.8% -
XYZ 48.17 55.68 62.85 -
YUV 192.78 132.07 110.33 -
System Red Green Blue C M Y K H S L
Decimal 168 204 200 0.18 0 0.02 0.2 173.33 0.26 0.73
Hex A8 CC C8 12 0 2 14 AD 1A 49
Octal 250 314 310 22 0 2 24 255 32 111
Binary 10101000 11001100 11001000 10010 0 10 10100 10101101 11010 1001001

Color Harmonies of #A8CCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CCC8

Black with #A8CCC8

Text Example


Text Example

White with #A8CCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CCC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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