Html Css Color HEX #A3DFD6 Sinbad

📋 copy color: '#A3DFD6'

red 163 ◦ green 223 ◦ blue 214

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

Shades of Sinbad #A3DFD6

Tints of Sinbad #A3DFD6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.17%

 BLUE value IS 214 (83.98% from 255) = 35.67%

R = 27.17%
G = 37.17%
B = 35.67%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#A3DFD6 (or 0xA3DFD6) is known color: Sinbad. HEX triplet: A3, DF and D6. RGB value is (163,223,214). Sum of RGB (Red+Green+Blue) = 163+223+214=600 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.17% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 214 (83.98% from 255 or 35.67% from 600); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DFD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DFD6 is #5C2029. Grayscale: #CCCCCC. Windows color (decimal): -6037546 or 14081955. OLE color: 14081955.

HSL color Cylindrical-coordinate representation of color #A3DFD6: hue angle of 171º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3DFD6 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 223 214 -
CMYK 0.27 0 0.04 0.13
HSL 171º 0.48% 0.76% -
HSV(B) 171º 0.27% 0.87% -
XYZ 53.63 65.42 73.42 -
YUV 204.03 133.62 98.73 -
System Red Green Blue C M Y K H S L
Decimal 163 223 214 0.27 0 0.04 0.13 171 0.48 0.76
Hex A3 DF D6 1B 0 4 D AB 30 4C
Octal 243 337 326 33 0 4 15 253 60 114
Binary 10100011 11011111 11010110 11011 0 100 1101 10101011 110000 1001100

Color Harmonies of #A3DFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DFD6

Black with #A3DFD6

Text Example


Text Example

White with #A3DFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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