Html Css Color HEX #A3DAD6 Sinbad

📋 copy color: '#A3DAD6'

red 163 ◦ green 218 ◦ blue 214

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

Shades of Sinbad #A3DAD6

Tints of Sinbad #A3DAD6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.64%

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

R = 27.39%
G = 36.64%
B = 35.97%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#A3DAD6 (or 0xA3DAD6) is known color: Sinbad. HEX triplet: A3, DA and D6. RGB value is (163,218,214). Sum of RGB (Red+Green+Blue) = 163+218+214=595 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.39% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 214 (83.98% from 255 or 35.97% from 595); Max value from RGB is 218 - color contains mainly: green. Hex color #A3DAD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DAD6 is #5C2529. Grayscale: #C9C9C9. Windows color (decimal): -6038826 or 14080675. OLE color: 14080675.

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

Color convert

RGB 163 218 214 -
CMYK 0.25 0 0.02 0.15
HSL 175.64º 0.43% 0.75% -
HSV(B) 175.64º 0.25% 0.85% -
XYZ 52.31 62.78 72.98 -
YUV 201.1 135.28 100.83 -
System Red Green Blue C M Y K H S L
Decimal 163 218 214 0.25 0 0.02 0.15 175.64 0.43 0.75
Hex A3 DA D6 19 0 2 F B0 2B 4B
Octal 243 332 326 31 0 2 17 260 53 113
Binary 10100011 11011010 11010110 11001 0 10 1111 10110000 101011 1001011

Color Harmonies of #A3DAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DAD6

Black with #A3DAD6

Text Example


Text Example

White with #A3DAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DAD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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