Html Css Color HEX #A5CCC7 Sinbad

📋 copy color: '#A5CCC7'

red 165 ◦ green 204 ◦ blue 199

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

Shades of Sinbad #A5CCC7

Tints of Sinbad #A5CCC7

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.92%

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

R = 29.05%
G = 35.92%
B = 35.04%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#A5CCC7 (or 0xA5CCC7) is known color: Sinbad. HEX triplet: A5, CC and C7. RGB value is (165,204,199). Sum of RGB (Red+Green+Blue) = 165+204+199=568 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.05% from 568); Green value is 204 (80.08% from 255 or 35.92% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CCC7 is #5A3338. Grayscale: #BFBFBF. Windows color (decimal): -5911353 or 13094053. OLE color: 13094053.

HSL color Cylindrical-coordinate representation of color #A5CCC7: hue angle of 172.31º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5CCC7 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 204 199 -
CMYK 0.19 0 0.02 0.2
HSL 172.31º 0.28% 0.72% -
HSV(B) 172.31º 0.19% 0.8% -
XYZ 47.42 55.31 62.21 -
YUV 191.77 132.08 108.91 -
System Red Green Blue C M Y K H S L
Decimal 165 204 199 0.19 0 0.02 0.2 172.31 0.28 0.72
Hex A5 CC C7 13 0 2 14 AC 1C 48
Octal 245 314 307 23 0 2 24 254 34 110
Binary 10100101 11001100 11000111 10011 0 10 10100 10101100 11100 1001000

Color Harmonies of #A5CCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CCC7

Black with #A5CCC7

Text Example


Text Example

White with #A5CCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CCC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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