Html Css Color HEX #A6CFC7 Sinbad

📋 copy color: '#A6CFC7'

red 166 ◦ green 207 ◦ blue 199

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

Shades of Sinbad #A6CFC7

Tints of Sinbad #A6CFC7

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.19%

 BLUE value IS 199 (78.13% from 255) = 34.79%

R = 29.02%
G = 36.19%
B = 34.79%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#A6CFC7 (or 0xA6CFC7) is known color: Sinbad. HEX triplet: A6, CF and C7. RGB value is (166,207,199). Sum of RGB (Red+Green+Blue) = 166+207+199=572 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.02% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 199 (78.12% from 255 or 34.79% from 572); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CFC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CFC7 is #593038. Grayscale: #C1C1C1. Windows color (decimal): -5845049 or 13094822. OLE color: 13094822.

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

Color convert

RGB 166 207 199 -
CMYK 0.20 0 0.04 0.19
HSL 168.29º 0.3% 0.73% -
HSV(B) 168.29º 0.2% 0.81% -
XYZ 48.35 56.86 62.46 -
YUV 193.83 130.92 108.15 -
System Red Green Blue C M Y K H S L
Decimal 166 207 199 0.20 0 0.04 0.19 168.29 0.3 0.73
Hex A6 CF C7 14 0 4 13 A8 1E 49
Octal 246 317 307 24 0 4 23 250 36 111
Binary 10100110 11001111 11000111 10100 0 100 10011 10101000 11110 1001001

Color Harmonies of #A6CFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CFC7

Black with #A6CFC7

Text Example


Text Example

White with #A6CFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CFC7; }

 p { color: rgb(166,207,199); }

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

background-color css

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

 a { background-color: rgb(166,207,199); }

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

border-color css

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

 span { border-color: rgb(166,207,199); }

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