Html Css Color HEX #A8CCC7 Sinbad

📋 copy color: '#A8CCC7'

red 168 ◦ green 204 ◦ blue 199

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

Shades of Sinbad #A8CCC7

Tints of Sinbad #A8CCC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 34.85%

R = 29.42%
G = 35.73%
B = 34.85%

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

#A8CCC7 (or 0xA8CCC7) is known color: Sinbad. HEX triplet: A8, CC and C7. RGB value is (168,204,199). Sum of RGB (Red+Green+Blue) = 168+204+199=571 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.42% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 199 (78.12% from 255 or 34.85% from 571); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CCC7 is #573338. Grayscale: #C0C0C0. Windows color (decimal): -5714745 or 13094056. OLE color: 13094056.

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

Color convert

RGB 168 204 199 -
CMYK 0.18 0 0.02 0.2
HSL 171.67º 0.26% 0.73% -
HSV(B) 171.67º 0.18% 0.8% -
XYZ 48.05 55.63 62.24 -
YUV 192.67 131.57 110.41 -
System Red Green Blue C M Y K H S L
Decimal 168 204 199 0.18 0 0.02 0.2 171.67 0.26 0.73
Hex A8 CC C7 12 0 2 14 AC 1A 49
Octal 250 314 307 22 0 2 24 254 32 111
Binary 10101000 11001100 11000111 10010 0 10 10100 10101100 11010 1001001

Color Harmonies of #A8CCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CCC7

Black with #A8CCC7

Text Example


Text Example

White with #A8CCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CCC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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