Html Css Color HEX #A5D2CA Sinbad

📋 copy color: '#A5D2CA'

red 165 ◦ green 210 ◦ blue 202

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

Shades of Sinbad #A5D2CA

Tints of Sinbad #A5D2CA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.4%

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

R = 28.6%
G = 36.4%
B = 35.01%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#A5D2CA (or 0xA5D2CA) is known color: Sinbad. HEX triplet: A5, D2 and CA. RGB value is (165,210,202). Sum of RGB (Red+Green+Blue) = 165+210+202=577 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.60% from 577); Green value is 210 (82.42% from 255 or 36.40% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D2CA is #5A2D35. Grayscale: #C3C3C3. Windows color (decimal): -5909814 or 13292197. OLE color: 13292197.

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

Color convert

RGB 165 210 202 -
CMYK 0.21 0 0.04 0.18
HSL 169.33º 0.33% 0.74% -
HSV(B) 169.33º 0.21% 0.82% -
XYZ 49.22 58.36 64.55 -
YUV 195.63 131.59 106.15 -
System Red Green Blue C M Y K H S L
Decimal 165 210 202 0.21 0 0.04 0.18 169.33 0.33 0.74
Hex A5 D2 CA 15 0 4 12 A9 21 4A
Octal 245 322 312 25 0 4 22 251 41 112
Binary 10100101 11010010 11001010 10101 0 100 10010 10101001 100001 1001010

Color Harmonies of #A5D2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D2CA

Black with #A5D2CA

Text Example


Text Example

White with #A5D2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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