Html Css Color HEX #A5D0CD Sinbad

📋 copy color: '#A5D0CD'

red 165 ◦ green 208 ◦ blue 205

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

Shades of Sinbad #A5D0CD

Tints of Sinbad #A5D0CD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.99%

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

R = 28.55%
G = 35.99%
B = 35.47%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#A5D0CD (or 0xA5D0CD) is known color: Sinbad. HEX triplet: A5, D0 and CD. RGB value is (165,208,205). Sum of RGB (Red+Green+Blue) = 165+208+205=578 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.55% from 578); Green value is 208 (81.64% from 255 or 35.99% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 208 - color contains mainly: green. Hex color #A5D0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D0CD is #5A2F32. Grayscale: #C2C2C2. Windows color (decimal): -5910323 or 13488293. OLE color: 13488293.

HSL color Cylindrical-coordinate representation of color #A5D0CD: hue angle of 175.81º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5D0CD is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 208 205 -
CMYK 0.21 0 0.01 0.18
HSL 175.81º 0.31% 0.73% -
HSV(B) 175.81º 0.21% 0.82% -
XYZ 49.09 57.52 66.27 -
YUV 194.8 133.75 106.74 -
System Red Green Blue C M Y K H S L
Decimal 165 208 205 0.21 0 0.01 0.18 175.81 0.31 0.73
Hex A5 D0 CD 15 0 1 12 B0 1F 49
Octal 245 320 315 25 0 1 22 260 37 111
Binary 10100101 11010000 11001101 10101 0 1 10010 10110000 11111 1001001

Color Harmonies of #A5D0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D0CD

Black with #A5D0CD

Text Example


Text Example

White with #A5D0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D0CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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