Html Css Color HEX #A3D6CA Sinbad

📋 copy color: '#A3D6CA'

red 163 ◦ green 214 ◦ blue 202

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

Shades of Sinbad #A3D6CA

Tints of Sinbad #A3D6CA

RGB

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

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

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

R = 28.15%
G = 36.96%
B = 34.89%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#A3D6CA (or 0xA3D6CA) is known color: Sinbad. HEX triplet: A3, D6 and CA. RGB value is (163,214,202). Sum of RGB (Red+Green+Blue) = 163+214+202=579 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.15% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 214 - color contains mainly: green. Hex color #A3D6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D6CA is #5C2935. Grayscale: #C5C5C5. Windows color (decimal): -6039862 or 13293219. OLE color: 13293219.

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

Color convert

RGB 163 214 202 -
CMYK 0.24 0 0.06 0.16
HSL 165.88º 0.38% 0.74% -
HSV(B) 165.88º 0.24% 0.84% -
XYZ 49.81 60.14 64.86 -
YUV 197.38 130.6 103.48 -
System Red Green Blue C M Y K H S L
Decimal 163 214 202 0.24 0 0.06 0.16 165.88 0.38 0.74
Hex A3 D6 CA 18 0 6 10 A6 26 4A
Octal 243 326 312 30 0 6 20 246 46 112
Binary 10100011 11010110 11001010 11000 0 110 10000 10100110 100110 1001010

Color Harmonies of #A3D6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3D6CA

Black with #A3D6CA

Text Example


Text Example

White with #A3D6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3D6CA; }

 p { color: rgb(163,214,202); }

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

background-color css

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

 a { background-color: rgb(163,214,202); }

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

border-color css

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

 span { border-color: rgb(163,214,202); }

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