Html Css Color HEX #A5CCCA Sinbad

📋 copy color: '#A5CCCA'

red 165 ◦ green 204 ◦ blue 202

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

Shades of Sinbad #A5CCCA

Tints of Sinbad #A5CCCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.38%

R = 28.9%
G = 35.73%
B = 35.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#A5CCCA (or 0xA5CCCA) is known color: Sinbad. HEX triplet: A5, CC and CA. RGB value is (165,204,202). Sum of RGB (Red+Green+Blue) = 165+204+202=571 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.90% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CCCA is #5A3335. Grayscale: #C0C0C0. Windows color (decimal): -5911350 or 13290661. OLE color: 13290661.

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

Color convert

RGB 165 204 202 -
CMYK 0.19 0 0.01 0.2
HSL 176.92º 0.28% 0.72% -
HSV(B) 176.92º 0.19% 0.8% -
XYZ 47.77 55.45 64.06 -
YUV 192.11 133.58 108.66 -
System Red Green Blue C M Y K H S L
Decimal 165 204 202 0.19 0 0.01 0.2 176.92 0.28 0.72
Hex A5 CC CA 13 0 1 14 B1 1C 48
Octal 245 314 312 23 0 1 24 261 34 110
Binary 10100101 11001100 11001010 10011 0 1 10100 10110001 11100 1001000

Color Harmonies of #A5CCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CCCA

Black with #A5CCCA

Text Example


Text Example

White with #A5CCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CCCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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