Html Css Color HEX #A5CFCC Sinbad

📋 copy color: '#A5CFCC'

red 165 ◦ green 207 ◦ blue 204

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

Shades of Sinbad #A5CFCC

Tints of Sinbad #A5CFCC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.94%

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

R = 28.65%
G = 35.94%
B = 35.42%

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

#A5CFCC (or 0xA5CFCC) is known color: Sinbad. HEX triplet: A5, CF and CC. RGB value is (165,207,204). Sum of RGB (Red+Green+Blue) = 165+207+204=576 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.65% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CFCC is #5A3033. Grayscale: #C2C2C2. Windows color (decimal): -5910580 or 13422501. OLE color: 13422501.

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

Color convert

RGB 165 207 204 -
CMYK 0.20 0 0.01 0.19
HSL 175.71º 0.3% 0.73% -
HSV(B) 175.71º 0.2% 0.81% -
XYZ 48.73 56.98 65.56 -
YUV 194.1 133.59 107.24 -
System Red Green Blue C M Y K H S L
Decimal 165 207 204 0.20 0 0.01 0.19 175.71 0.3 0.73
Hex A5 CF CC 14 0 1 13 B0 1E 49
Octal 245 317 314 24 0 1 23 260 36 111
Binary 10100101 11001111 11001100 10100 0 1 10011 10110000 11110 1001001

Color Harmonies of #A5CFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CFCC

Black with #A5CFCC

Text Example


Text Example

White with #A5CFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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