Html Css Color HEX #A8CDCC Sinbad

📋 copy color: '#A8CDCC'

red 168 ◦ green 205 ◦ blue 204

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

Shades of Sinbad #A8CDCC

Tints of Sinbad #A8CDCC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.53%

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

R = 29.12%
G = 35.53%
B = 35.36%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#A8CDCC (or 0xA8CDCC) is known color: Sinbad. HEX triplet: A8, CD and CC. RGB value is (168,205,204). Sum of RGB (Red+Green+Blue) = 168+205+204=577 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.12% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CDCC is #573233. Grayscale: #C1C1C1. Windows color (decimal): -5714484 or 13421992. OLE color: 13421992.

HSL color Cylindrical-coordinate representation of color #A8CDCC: hue angle of 178.38º degrees, saturation: 0.27, 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 #A8CDCC is Cyan = 0.18, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 205 204 -
CMYK 0.18 0 0.00 0.20
HSL 178.38º 0.27% 0.73% -
HSV(B) 178.38º 0.18% 0.8% -
XYZ 48.88 56.35 65.43 -
YUV 193.82 133.74 109.58 -
System Red Green Blue C M Y K H S L
Decimal 168 205 204 0.18 0 0.00 0.20 178.38 0.27 0.73
Hex A8 CD CC 12 0 0 14 B2 1B 49
Octal 250 315 314 22 0 0 24 262 33 111
Binary 10101000 11001101 11001100 10010 0 0 10100 10110010 11011 1001001

Color Harmonies of #A8CDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CDCC

Black with #A8CDCC

Text Example


Text Example

White with #A8CDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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