Html Css Color HEX #A3DEDB Sinbad

📋 copy color: '#A3DEDB'

red 163 ◦ green 222 ◦ blue 219

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

Shades of Sinbad #A3DEDB

Tints of Sinbad #A3DEDB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.75%

 BLUE value IS 219 (85.94% from 255) = 36.26%

R = 26.99%
G = 36.75%
B = 36.26%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#A3DEDB (or 0xA3DEDB) is known color: Sinbad. HEX triplet: A3, DE and DB. RGB value is (163,222,219). Sum of RGB (Red+Green+Blue) = 163+222+219=604 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.99% from 604); Green value is 222 (87.11% from 255 or 36.75% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DEDB is #5C2124. Grayscale: #CBCBCB. Windows color (decimal): -6037797 or 14409379. OLE color: 14409379.

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

Color convert

RGB 163 222 219 -
CMYK 0.27 0 0.01 0.13
HSL 176.95º 0.47% 0.75% -
HSV(B) 176.95º 0.27% 0.87% -
XYZ 54.01 65.14 76.75 -
YUV 204.02 136.45 98.74 -
System Red Green Blue C M Y K H S L
Decimal 163 222 219 0.27 0 0.01 0.13 176.95 0.47 0.75
Hex A3 DE DB 1B 0 1 D B1 2F 4B
Octal 243 336 333 33 0 1 15 261 57 113
Binary 10100011 11011110 11011011 11011 0 1 1101 10110001 101111 1001011

Color Harmonies of #A3DEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DEDB

Black with #A3DEDB

Text Example


Text Example

White with #A3DEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DEDB; }

 p { color: rgb(163,222,219); }

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

background-color css

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

 a { background-color: rgb(163,222,219); }

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

border-color css

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

 span { border-color: rgb(163,222,219); }

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