Html Css Color HEX #A5CECC Sinbad

📋 copy color: '#A5CECC'

red 165 ◦ green 206 ◦ blue 204

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

Shades of Sinbad #A5CECC

Tints of Sinbad #A5CECC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.83%

 BLUE value IS 204 (80.08% from 255) = 35.48%

R = 28.7%
G = 35.83%
B = 35.48%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#A5CECC (or 0xA5CECC) is known color: Sinbad. HEX triplet: A5, CE and CC. RGB value is (165,206,204). Sum of RGB (Red+Green+Blue) = 165+206+204=575 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.70% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CECC is #5A3133. Grayscale: #C1C1C1. Windows color (decimal): -5910836 or 13422245. OLE color: 13422245.

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

Color convert

RGB 165 206 204 -
CMYK 0.20 0 0.01 0.19
HSL 177.07º 0.29% 0.73% -
HSV(B) 177.07º 0.2% 0.81% -
XYZ 48.49 56.5 65.48 -
YUV 193.51 133.92 107.66 -
System Red Green Blue C M Y K H S L
Decimal 165 206 204 0.20 0 0.01 0.19 177.07 0.29 0.73
Hex A5 CE CC 14 0 1 13 B1 1D 49
Octal 245 316 314 24 0 1 23 261 35 111
Binary 10100101 11001110 11001100 10100 0 1 10011 10110001 11101 1001001

Color Harmonies of #A5CECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CECC

Black with #A5CECC

Text Example


Text Example

White with #A5CECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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