Html Css Color HEX #A3D4C9 Sinbad

📋 copy color: '#A3D4C9'

red 163 ◦ green 212 ◦ blue 201

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

Shades of Sinbad #A3D4C9

Tints of Sinbad #A3D4C9

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.81%

 BLUE value IS 201 (78.91% from 255) = 34.9%

R = 28.3%
G = 36.81%
B = 34.9%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#A3D4C9 (or 0xA3D4C9) is known color: Sinbad. HEX triplet: A3, D4 and C9. RGB value is (163,212,201). Sum of RGB (Red+Green+Blue) = 163+212+201=576 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.30% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 201 (78.91% from 255 or 34.90% from 576); Max value from RGB is 212 - color contains mainly: green. Hex color #A3D4C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D4C9 is #5C2B36. Grayscale: #C4C4C4. Windows color (decimal): -6040375 or 13227171. OLE color: 13227171.

HSL color Cylindrical-coordinate representation of color #A3D4C9: hue angle of 166.53º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3D4C9 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 163 212 201 -
CMYK 0.23 0 0.05 0.17
HSL 166.53º 0.36% 0.74% -
HSV(B) 166.53º 0.23% 0.83% -
XYZ 49.19 59.09 64.07 -
YUV 196.1 130.77 104.39 -
System Red Green Blue C M Y K H S L
Decimal 163 212 201 0.23 0 0.05 0.17 166.53 0.36 0.74
Hex A3 D4 C9 17 0 5 11 A7 24 4A
Octal 243 324 311 27 0 5 21 247 44 112
Binary 10100011 11010100 11001001 10111 0 101 10001 10100111 100100 1001010

Color Harmonies of #A3D4C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3D4C9

Black with #A3D4C9

Text Example


Text Example

White with #A3D4C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3D4C9; }

 p { color: rgb(163,212,201); }

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

background-color css

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

 a { background-color: rgb(163,212,201); }

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

border-color css

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

 span { border-color: rgb(163,212,201); }

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