Html Css Color HEX #A3DDD9 Sinbad

📋 copy color: '#A3DDD9'

red 163 ◦ green 221 ◦ blue 217

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

Shades of Sinbad #A3DDD9

Tints of Sinbad #A3DDD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 36.11%

R = 27.12%
G = 36.77%
B = 36.11%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#A3DDD9 (or 0xA3DDD9) is known color: Sinbad. HEX triplet: A3, DD and D9. RGB value is (163,221,217). Sum of RGB (Red+Green+Blue) = 163+221+217=601 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.12% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 217 (85.16% from 255 or 36.11% from 601); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DDD9 is #5C2226. Grayscale: #CBCBCB. Windows color (decimal): -6038055 or 14278051. OLE color: 14278051.

HSL color Cylindrical-coordinate representation of color #A3DDD9: hue angle of 175.86º 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 #A3DDD9 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 221 217 -
CMYK 0.26 0 0.02 0.13
HSL 175.86º 0.46% 0.75% -
HSV(B) 175.86º 0.26% 0.87% -
XYZ 53.49 64.51 75.28 -
YUV 203.2 135.78 99.33 -
System Red Green Blue C M Y K H S L
Decimal 163 221 217 0.26 0 0.02 0.13 175.86 0.46 0.75
Hex A3 DD D9 1A 0 2 D B0 2E 4B
Octal 243 335 331 32 0 2 15 260 56 113
Binary 10100011 11011101 11011001 11010 0 10 1101 10110000 101110 1001011

Color Harmonies of #A3DDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DDD9

Black with #A3DDD9

Text Example


Text Example

White with #A3DDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DDD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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