Html Css Color HEX #A5D5CD Sinbad

📋 copy color: '#A5D5CD'

red 165 ◦ green 213 ◦ blue 205

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

Shades of Sinbad #A5D5CD

Tints of Sinbad #A5D5CD

RGB

 RED value IS 165 (64.84% from 255) = 28.3%

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

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

R = 28.3%
G = 36.54%
B = 35.16%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#A5D5CD (or 0xA5D5CD) is known color: Sinbad. HEX triplet: A5, D5 and CD. RGB value is (165,213,205). Sum of RGB (Red+Green+Blue) = 165+213+205=583 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.30% from 583); Green value is 213 (83.59% from 255 or 36.54% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D5CD is #5A2A32. Grayscale: #C5C5C5. Windows color (decimal): -5909043 or 13489573. OLE color: 13489573.

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

Color convert

RGB 165 213 205 -
CMYK 0.23 0 0.04 0.16
HSL 170º 0.36% 0.74% -
HSV(B) 170º 0.23% 0.84% -
XYZ 50.33 60 66.69 -
YUV 197.74 132.1 104.65 -
System Red Green Blue C M Y K H S L
Decimal 165 213 205 0.23 0 0.04 0.16 170 0.36 0.74
Hex A5 D5 CD 17 0 4 10 AA 24 4A
Octal 245 325 315 27 0 4 20 252 44 112
Binary 10100101 11010101 11001101 10111 0 100 10000 10101010 100100 1001010

Color Harmonies of #A5D5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D5CD

Black with #A5D5CD

Text Example


Text Example

White with #A5D5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D5CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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