Html Css Color HEX #A5D1CA Sinbad

📋 copy color: '#A5D1CA'

red 165 ◦ green 209 ◦ blue 202

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

Shades of Sinbad #A5D1CA

Tints of Sinbad #A5D1CA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.28%

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

R = 28.65%
G = 36.28%
B = 35.07%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#A5D1CA (or 0xA5D1CA) is known color: Sinbad. HEX triplet: A5, D1 and CA. RGB value is (165,209,202). Sum of RGB (Red+Green+Blue) = 165+209+202=576 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.65% from 576); Green value is 209 (82.03% from 255 or 36.28% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 209 - color contains mainly: green. Hex color #A5D1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D1CA is #5A2E35. Grayscale: #C3C3C3. Windows color (decimal): -5910070 or 13291941. OLE color: 13291941.

HSL color Cylindrical-coordinate representation of color #A5D1CA: hue angle of 170.45º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5D1CA is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 209 202 -
CMYK 0.21 0 0.03 0.18
HSL 170.45º 0.32% 0.73% -
HSV(B) 170.45º 0.21% 0.82% -
XYZ 48.98 57.86 64.46 -
YUV 195.05 131.92 106.57 -
System Red Green Blue C M Y K H S L
Decimal 165 209 202 0.21 0 0.03 0.18 170.45 0.32 0.73
Hex A5 D1 CA 15 0 3 12 AA 20 49
Octal 245 321 312 25 0 3 22 252 40 111
Binary 10100101 11010001 11001010 10101 0 11 10010 10101010 100000 1001001

Color Harmonies of #A5D1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D1CA

Black with #A5D1CA

Text Example


Text Example

White with #A5D1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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