Html Css Color HEX #A6DFDC Sinbad

📋 copy color: '#A6DFDC'

red 166 ◦ green 223 ◦ blue 220

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

Shades of Sinbad #A6DFDC

Tints of Sinbad #A6DFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.12%

R = 27.26%
G = 36.62%
B = 36.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#A6DFDC (or 0xA6DFDC) is known color: Sinbad. HEX triplet: A6, DF and DC. RGB value is (166,223,220). Sum of RGB (Red+Green+Blue) = 166+223+220=609 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.26% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DFDC is #592023. Grayscale: #CDCDCD. Windows color (decimal): -5840932 or 14475174. OLE color: 14475174.

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

Color convert

RGB 166 223 220 -
CMYK 0.26 0 0.01 0.13
HSL 176.84º 0.47% 0.76% -
HSV(B) 176.84º 0.26% 0.87% -
XYZ 55.03 66.05 77.56 -
YUV 205.62 136.12 99.74 -
System Red Green Blue C M Y K H S L
Decimal 166 223 220 0.26 0 0.01 0.13 176.84 0.47 0.76
Hex A6 DF DC 1A 0 1 D B1 2F 4C
Octal 246 337 334 32 0 1 15 261 57 114
Binary 10100110 11011111 11011100 11010 0 1 1101 10110001 101111 1001100

Color Harmonies of #A6DFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DFDC

Black with #A6DFDC

Text Example


Text Example

White with #A6DFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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