Html Css Color HEX #A6DCDB Sinbad

📋 copy color: '#A6DCDB'

red 166 ◦ green 220 ◦ blue 219

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

Shades of Sinbad #A6DCDB

Tints of Sinbad #A6DCDB

RGB

 RED value IS 166 (65.23% from 255) = 27.44%

 GREEN value IS 220 (86.33% from 255) = 36.36%

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

R = 27.44%
G = 36.36%
B = 36.2%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#A6DCDB (or 0xA6DCDB) is known color: Sinbad. HEX triplet: A6, DC and DB. RGB value is (166,220,219). Sum of RGB (Red+Green+Blue) = 166+220+219=605 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.44% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DCDB is #592324. Grayscale: #CBCBCB. Windows color (decimal): -5841701 or 14408870. OLE color: 14408870.

HSL color Cylindrical-coordinate representation of color #A6DCDB: hue angle of 178.89º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6DCDB is Cyan = 0.25, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 220 219 -
CMYK 0.25 0 0.00 0.14
HSL 178.89º 0.44% 0.76% -
HSV(B) 178.89º 0.25% 0.86% -
XYZ 54.11 64.41 76.6 -
YUV 203.74 136.61 101.08 -
System Red Green Blue C M Y K H S L
Decimal 166 220 219 0.25 0 0.00 0.14 178.89 0.44 0.76
Hex A6 DC DB 19 0 0 E B3 2C 4C
Octal 246 334 333 31 0 0 16 263 54 114
Binary 10100110 11011100 11011011 11001 0 0 1110 10110011 101100 1001100

Color Harmonies of #A6DCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DCDB

Black with #A6DCDB

Text Example


Text Example

White with #A6DCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DCDB; }

 p { color: rgb(166,220,219); }

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

background-color css

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

 a { background-color: rgb(166,220,219); }

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

border-color css

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

 span { border-color: rgb(166,220,219); }

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