Html Css Color HEX #A5CCCB Sinbad

📋 copy color: '#A5CCCB'

red 165 ◦ green 204 ◦ blue 203

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

Shades of Sinbad #A5CCCB

Tints of Sinbad #A5CCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.49%

R = 28.85%
G = 35.66%
B = 35.49%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#A5CCCB (or 0xA5CCCB) is known color: Sinbad. HEX triplet: A5, CC and CB. RGB value is (165,204,203). Sum of RGB (Red+Green+Blue) = 165+204+203=572 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.85% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CCCB is #5A3334. Grayscale: #C0C0C0. Windows color (decimal): -5911349 or 13356197. OLE color: 13356197.

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

Color convert

RGB 165 204 203 -
CMYK 0.19 0 0.00 0.2
HSL 178.46º 0.28% 0.72% -
HSV(B) 178.46º 0.19% 0.8% -
XYZ 47.89 55.5 64.69 -
YUV 192.23 134.08 108.58 -
System Red Green Blue C M Y K H S L
Decimal 165 204 203 0.19 0 0.00 0.2 178.46 0.28 0.72
Hex A5 CC CB 13 0 0 14 B2 1C 48
Octal 245 314 313 23 0 0 24 262 34 110
Binary 10100101 11001100 11001011 10011 0 0 10100 10110010 11100 1001000

Color Harmonies of #A5CCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CCCB

Black with #A5CCCB

Text Example


Text Example

White with #A5CCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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