Html Css Color HEX #A3DDDA Sinbad

📋 copy color: '#A3DDDA'

red 163 ◦ green 221 ◦ blue 218

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

Shades of Sinbad #A3DDDA

Tints of Sinbad #A3DDDA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.71%

 BLUE value IS 218 (85.55% from 255) = 36.21%

R = 27.08%
G = 36.71%
B = 36.21%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#A3DDDA (or 0xA3DDDA) is known color: Sinbad. HEX triplet: A3, DD and DA. RGB value is (163,221,218). Sum of RGB (Red+Green+Blue) = 163+221+218=602 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.08% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DDDA is #5C2225. Grayscale: #CBCBCB. Windows color (decimal): -6038054 or 14343587. OLE color: 14343587.

HSL color Cylindrical-coordinate representation of color #A3DDDA: hue angle of 176.9º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3DDDA is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 221 218 -
CMYK 0.26 0 0.01 0.13
HSL 176.9º 0.46% 0.75% -
HSV(B) 176.9º 0.26% 0.87% -
XYZ 53.62 64.56 75.97 -
YUV 203.32 136.28 99.24 -
System Red Green Blue C M Y K H S L
Decimal 163 221 218 0.26 0 0.01 0.13 176.9 0.46 0.75
Hex A3 DD DA 1A 0 1 D B1 2E 4B
Octal 243 335 332 32 0 1 15 261 56 113
Binary 10100011 11011101 11011010 11010 0 1 1101 10110001 101110 1001011

Color Harmonies of #A3DDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DDDA

Black with #A3DDDA

Text Example


Text Example

White with #A3DDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DDDA; }

 p { color: rgb(163,221,218); }

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

background-color css

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

 a { background-color: rgb(163,221,218); }

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

border-color css

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

 span { border-color: rgb(163,221,218); }

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