Html Css Color HEX #A5CFCA Sinbad

📋 copy color: '#A5CFCA'

red 165 ◦ green 207 ◦ blue 202

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

Shades of Sinbad #A5CFCA

Tints of Sinbad #A5CFCA

RGB

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

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

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

R = 28.75%
G = 36.06%
B = 35.19%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#A5CFCA (or 0xA5CFCA) is known color: Sinbad. HEX triplet: A5, CF and CA. RGB value is (165,207,202). Sum of RGB (Red+Green+Blue) = 165+207+202=574 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.75% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CFCA is #5A3035. Grayscale: #C1C1C1. Windows color (decimal): -5910582 or 13291429. OLE color: 13291429.

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

Color convert

RGB 165 207 202 -
CMYK 0.20 0 0.02 0.19
HSL 172.86º 0.3% 0.73% -
HSV(B) 172.86º 0.2% 0.81% -
XYZ 48.49 56.89 64.3 -
YUV 193.87 132.59 107.41 -
System Red Green Blue C M Y K H S L
Decimal 165 207 202 0.20 0 0.02 0.19 172.86 0.3 0.73
Hex A5 CF CA 14 0 2 13 AD 1E 49
Octal 245 317 312 24 0 2 23 255 36 111
Binary 10100101 11001111 11001010 10100 0 10 10011 10101101 11110 1001001

Color Harmonies of #A5CFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CFCA

Black with #A5CFCA

Text Example


Text Example

White with #A5CFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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