Html Css Color HEX #A6CEC7 Sinbad

📋 copy color: '#A6CEC7'

red 166 ◦ green 206 ◦ blue 199

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

Shades of Sinbad #A6CEC7

Tints of Sinbad #A6CEC7

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.08%

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

R = 29.07%
G = 36.08%
B = 34.85%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#A6CEC7 (or 0xA6CEC7) is known color: Sinbad. HEX triplet: A6, CE and C7. RGB value is (166,206,199). Sum of RGB (Red+Green+Blue) = 166+206+199=571 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.07% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 199 (78.12% from 255 or 34.85% from 571); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CEC7 is #593138. Grayscale: #C1C1C1. Windows color (decimal): -5845305 or 13094566. OLE color: 13094566.

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

Color convert

RGB 166 206 199 -
CMYK 0.19 0 0.03 0.19
HSL 169.5º 0.29% 0.73% -
HSV(B) 169.5º 0.19% 0.81% -
XYZ 48.11 56.37 62.38 -
YUV 193.24 131.25 108.57 -
System Red Green Blue C M Y K H S L
Decimal 166 206 199 0.19 0 0.03 0.19 169.5 0.29 0.73
Hex A6 CE C7 13 0 3 13 AA 1D 49
Octal 246 316 307 23 0 3 23 252 35 111
Binary 10100110 11001110 11000111 10011 0 11 10011 10101010 11101 1001001

Color Harmonies of #A6CEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CEC7

Black with #A6CEC7

Text Example


Text Example

White with #A6CEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CEC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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