Html Css Color HEX #A5D6D3 Sinbad

📋 copy color: '#A5D6D3'

red 165 ◦ green 214 ◦ blue 211

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

Shades of Sinbad #A5D6D3

Tints of Sinbad #A5D6D3

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.27%

 BLUE value IS 211 (82.81% from 255) = 35.76%

R = 27.97%
G = 36.27%
B = 35.76%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#A5D6D3 (or 0xA5D6D3) is known color: Sinbad. HEX triplet: A5, D6 and D3. RGB value is (165,214,211). Sum of RGB (Red+Green+Blue) = 165+214+211=590 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.97% from 590); Green value is 214 (83.98% from 255 or 36.27% from 590); Blue value is 211 (82.81% from 255 or 35.76% from 590); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D6D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D6D3 is #5A292C. Grayscale: #C6C6C6. Windows color (decimal): -5908781 or 13883045. OLE color: 13883045.

HSL color Cylindrical-coordinate representation of color #A5D6D3: hue angle of 176.33º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5D6D3 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 214 211 -
CMYK 0.23 0 0.01 0.16
HSL 176.33º 0.37% 0.74% -
HSV(B) 176.33º 0.23% 0.84% -
XYZ 51.32 60.8 70.66 -
YUV 199.01 134.77 103.74 -
System Red Green Blue C M Y K H S L
Decimal 165 214 211 0.23 0 0.01 0.16 176.33 0.37 0.74
Hex A5 D6 D3 17 0 1 10 B0 25 4A
Octal 245 326 323 27 0 1 20 260 45 112
Binary 10100101 11010110 11010011 10111 0 1 10000 10110000 100101 1001010

Color Harmonies of #A5D6D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D6D3

Black with #A5D6D3

Text Example


Text Example

White with #A5D6D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D6D3; }

 p { color: rgb(165,214,211); }

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

background-color css

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

 a { background-color: rgb(165,214,211); }

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

border-color css

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

 span { border-color: rgb(165,214,211); }

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