Html Css Color HEX #A8D5CD Sinbad

📋 copy color: '#A8D5CD'

red 168 ◦ green 213 ◦ blue 205

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

Shades of Sinbad #A8D5CD

Tints of Sinbad #A8D5CD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.35%

 BLUE value IS 205 (80.47% from 255) = 34.98%

R = 28.67%
G = 36.35%
B = 34.98%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#A8D5CD (or 0xA8D5CD) is known color: Sinbad. HEX triplet: A8, D5 and CD. RGB value is (168,213,205). Sum of RGB (Red+Green+Blue) = 168+213+205=586 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.67% from 586); Green value is 213 (83.59% from 255 or 36.35% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D5CD is #572A32. Grayscale: #C6C6C6. Windows color (decimal): -5712435 or 13489576. OLE color: 13489576.

HSL color Cylindrical-coordinate representation of color #A8D5CD: hue angle of 169.33º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8D5CD is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 213 205 -
CMYK 0.21 0 0.04 0.16
HSL 169.33º 0.35% 0.75% -
HSV(B) 169.33º 0.21% 0.84% -
XYZ 50.96 60.32 66.71 -
YUV 198.63 131.59 106.15 -
System Red Green Blue C M Y K H S L
Decimal 168 213 205 0.21 0 0.04 0.16 169.33 0.35 0.75
Hex A8 D5 CD 15 0 4 10 A9 23 4B
Octal 250 325 315 25 0 4 20 251 43 113
Binary 10101000 11010101 11001101 10101 0 100 10000 10101001 100011 1001011

Color Harmonies of #A8D5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D5CD

Black with #A8D5CD

Text Example


Text Example

White with #A8D5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D5CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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