Html Css Color HEX #A3D8D5 Sinbad

📋 copy color: '#A3D8D5'

red 163 ◦ green 216 ◦ blue 213

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

Shades of Sinbad #A3D8D5

Tints of Sinbad #A3D8D5

RGB

 RED value IS 163 (64.06% from 255) = 27.53%

 GREEN value IS 216 (84.77% from 255) = 36.49%

 BLUE value IS 213 (83.59% from 255) = 35.98%

R = 27.53%
G = 36.49%
B = 35.98%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#A3D8D5 (or 0xA3D8D5) is known color: Sinbad. HEX triplet: A3, D8 and D5. RGB value is (163,216,213). Sum of RGB (Red+Green+Blue) = 163+216+213=592 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.53% from 592); Green value is 216 (84.77% from 255 or 36.49% from 592); Blue value is 213 (83.59% from 255 or 35.98% from 592); Max value from RGB is 216 - color contains mainly: green. Hex color #A3D8D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D8D5 is #5C272A. Grayscale: #C7C7C7. Windows color (decimal): -6039339 or 14014627. OLE color: 14014627.

HSL color Cylindrical-coordinate representation of color #A3D8D5: hue angle of 176.6º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A3D8D5 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 163 216 213 -
CMYK 0.25 0 0.01 0.15
HSL 176.6º 0.4% 0.74% -
HSV(B) 176.6º 0.25% 0.85% -
XYZ 51.67 61.7 72.14 -
YUV 199.81 135.44 101.74 -
System Red Green Blue C M Y K H S L
Decimal 163 216 213 0.25 0 0.01 0.15 176.6 0.4 0.74
Hex A3 D8 D5 19 0 1 F B1 28 4A
Octal 243 330 325 31 0 1 17 261 50 112
Binary 10100011 11011000 11010101 11001 0 1 1111 10110001 101000 1001010

Color Harmonies of #A3D8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3D8D5

Black with #A3D8D5

Text Example


Text Example

White with #A3D8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3D8D5; }

 p { color: rgb(163,216,213); }

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

background-color css

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

 a { background-color: rgb(163,216,213); }

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

border-color css

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

 span { border-color: rgb(163,216,213); }

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