Html Css Color HEX #A6D8D4 Sinbad

📋 copy color: '#A6D8D4'

red 166 ◦ green 216 ◦ blue 212

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

Shades of Sinbad #A6D8D4

Tints of Sinbad #A6D8D4

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.36%

 BLUE value IS 212 (83.2% from 255) = 35.69%

R = 27.95%
G = 36.36%
B = 35.69%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#A6D8D4 (or 0xA6D8D4) is known color: Sinbad. HEX triplet: A6, D8 and D4. RGB value is (166,216,212). Sum of RGB (Red+Green+Blue) = 166+216+212=594 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.95% from 594); Green value is 216 (84.77% from 255 or 36.36% from 594); Blue value is 212 (83.20% from 255 or 35.69% from 594); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D8D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D8D4 is #59272B. Grayscale: #C8C8C8. Windows color (decimal): -5842732 or 13949094. OLE color: 13949094.

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

Color convert

RGB 166 216 212 -
CMYK 0.23 0 0.02 0.15
HSL 175.2º 0.39% 0.75% -
HSV(B) 175.2º 0.23% 0.85% -
XYZ 52.17 61.97 71.5 -
YUV 200.59 134.44 103.33 -
System Red Green Blue C M Y K H S L
Decimal 166 216 212 0.23 0 0.02 0.15 175.2 0.39 0.75
Hex A6 D8 D4 17 0 2 F AF 27 4B
Octal 246 330 324 27 0 2 17 257 47 113
Binary 10100110 11011000 11010100 10111 0 10 1111 10101111 100111 1001011

Color Harmonies of #A6D8D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D8D4

Black with #A6D8D4

Text Example


Text Example

White with #A6D8D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D8D4; }

 p { color: rgb(166,216,212); }

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

background-color css

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

 a { background-color: rgb(166,216,212); }

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

border-color css

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

 span { border-color: rgb(166,216,212); }

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