Html Css Color HEX #A6D0C8 Sinbad

📋 copy color: '#A6D0C8'

red 166 ◦ green 208 ◦ blue 200

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

Shades of Sinbad #A6D0C8

Tints of Sinbad #A6D0C8

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.24%

 BLUE value IS 200 (78.52% from 255) = 34.84%

R = 28.92%
G = 36.24%
B = 34.84%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#A6D0C8 (or 0xA6D0C8) is known color: Sinbad. HEX triplet: A6, D0 and C8. RGB value is (166,208,200). Sum of RGB (Red+Green+Blue) = 166+208+200=574 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.92% from 574); Green value is 208 (81.64% from 255 or 36.24% from 574); Blue value is 200 (78.52% from 255 or 34.84% from 574); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D0C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D0C8 is #592F37. Grayscale: #C2C2C2. Windows color (decimal): -5844792 or 13160614. OLE color: 13160614.

HSL color Cylindrical-coordinate representation of color #A6D0C8: hue angle of 168.57º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6D0C8 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 208 200 -
CMYK 0.20 0 0.04 0.18
HSL 168.57º 0.31% 0.73% -
HSV(B) 168.57º 0.2% 0.82% -
XYZ 48.71 57.39 63.15 -
YUV 194.53 131.09 107.65 -
System Red Green Blue C M Y K H S L
Decimal 166 208 200 0.20 0 0.04 0.18 168.57 0.31 0.73
Hex A6 D0 C8 14 0 4 12 A9 1F 49
Octal 246 320 310 24 0 4 22 251 37 111
Binary 10100110 11010000 11001000 10100 0 100 10010 10101001 11111 1001001

Color Harmonies of #A6D0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D0C8

Black with #A6D0C8

Text Example


Text Example

White with #A6D0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D0C8; }

 p { color: rgb(166,208,200); }

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

background-color css

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

 a { background-color: rgb(166,208,200); }

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

border-color css

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

 span { border-color: rgb(166,208,200); }

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