Html Css Color HEX #A5CDC7 Sinbad

📋 copy color: '#A5CDC7'

red 165 ◦ green 205 ◦ blue 199

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

Shades of Sinbad #A5CDC7

Tints of Sinbad #A5CDC7

RGB

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

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

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

R = 29%
G = 36.03%
B = 34.97%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#A5CDC7 (or 0xA5CDC7) is known color: Sinbad. HEX triplet: A5, CD and C7. RGB value is (165,205,199). Sum of RGB (Red+Green+Blue) = 165+205+199=569 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.00% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 199 (78.12% from 255 or 34.97% from 569); Max value from RGB is 205 - color contains mainly: green. Hex color #A5CDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CDC7 is #5A3238. Grayscale: #C0C0C0. Windows color (decimal): -5911097 or 13094309. OLE color: 13094309.

HSL color Cylindrical-coordinate representation of color #A5CDC7: hue angle of 171º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5CDC7 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 205 199 -
CMYK 0.20 0 0.03 0.20
HSL 171º 0.29% 0.73% -
HSV(B) 171º 0.2% 0.8% -
XYZ 47.66 55.79 62.29 -
YUV 192.36 131.75 108.49 -
System Red Green Blue C M Y K H S L
Decimal 165 205 199 0.20 0 0.03 0.20 171 0.29 0.73
Hex A5 CD C7 14 0 3 14 AB 1D 49
Octal 245 315 307 24 0 3 24 253 35 111
Binary 10100101 11001101 11000111 10100 0 11 10100 10101011 11101 1001001

Color Harmonies of #A5CDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CDC7

Black with #A5CDC7

Text Example


Text Example

White with #A5CDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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