Html Css Color HEX #A5CCC6 Sinbad

📋 copy color: '#A5CCC6'

red 165 ◦ green 204 ◦ blue 198

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

Shades of Sinbad #A5CCC6

Tints of Sinbad #A5CCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.92%

R = 29.1%
G = 35.98%
B = 34.92%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#A5CCC6 (or 0xA5CCC6) is known color: Sinbad. HEX triplet: A5, CC and C6. RGB value is (165,204,198). Sum of RGB (Red+Green+Blue) = 165+204+198=567 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.10% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CCC6 is #5A3339. Grayscale: #BFBFBF. Windows color (decimal): -5911354 or 13028517. OLE color: 13028517.

HSL color Cylindrical-coordinate representation of color #A5CCC6: hue angle of 170.77º 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 #A5CCC6 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 204 198 -
CMYK 0.19 0 0.03 0.2
HSL 170.77º 0.28% 0.72% -
HSV(B) 170.77º 0.19% 0.8% -
XYZ 47.3 55.26 61.6 -
YUV 191.66 131.58 108.99 -
System Red Green Blue C M Y K H S L
Decimal 165 204 198 0.19 0 0.03 0.2 170.77 0.28 0.72
Hex A5 CC C6 13 0 3 14 AB 1C 48
Octal 245 314 306 23 0 3 24 253 34 110
Binary 10100101 11001100 11000110 10011 0 11 10100 10101011 11100 1001000

Color Harmonies of #A5CCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CCC6

Black with #A5CCC6

Text Example


Text Example

White with #A5CCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CCC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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