Html Css Color HEX #A6CFC9 Sinbad

📋 copy color: '#A6CFC9'

red 166 ◦ green 207 ◦ blue 201

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

Shades of Sinbad #A6CFC9

Tints of Sinbad #A6CFC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.02%

R = 28.92%
G = 36.06%
B = 35.02%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#A6CFC9 (or 0xA6CFC9) is known color: Sinbad. HEX triplet: A6, CF and C9. RGB value is (166,207,201). Sum of RGB (Red+Green+Blue) = 166+207+201=574 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.92% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 201 (78.91% from 255 or 35.02% from 574); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CFC9 is #593036. Grayscale: #C2C2C2. Windows color (decimal): -5845047 or 13225894. OLE color: 13225894.

HSL color Cylindrical-coordinate representation of color #A6CFC9: hue angle of 171.22º 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 #A6CFC9 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 207 201 -
CMYK 0.20 0 0.03 0.19
HSL 171.22º 0.3% 0.73% -
HSV(B) 171.22º 0.2% 0.81% -
XYZ 48.58 56.95 63.69 -
YUV 194.06 131.92 107.99 -
System Red Green Blue C M Y K H S L
Decimal 166 207 201 0.20 0 0.03 0.19 171.22 0.3 0.73
Hex A6 CF C9 14 0 3 13 AB 1E 49
Octal 246 317 311 24 0 3 23 253 36 111
Binary 10100110 11001111 11001001 10100 0 11 10011 10101011 11110 1001001

Color Harmonies of #A6CFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CFC9

Black with #A6CFC9

Text Example


Text Example

White with #A6CFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CFC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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