#9ec6d6

Color #9EC6D6 Regent St Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent St Blue #9EC6D6

Tints of Regent St Blue #9EC6D6

Color information

#9EC6D6 (or 0x9EC6D6) is unknown color: approx Regent St Blue. HEX triplet: 9E, C6 and D6. RGB value is (158,198,214). Sum of RGB (Red+Green+Blue) = 158+198+214=570 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.72% from 570); Green value is 198 (77.73% from 255 or 34.74% from 570); Blue value is 214 (83.98% from 255 or 37.54% from 570); Max value from RGB is 214 - color contains mainly: blue. Hex color #9EC6D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC6D6 is #613929. Grayscale: #BBBBBB. Windows color (decimal): -6371626 or 14075550. OLE color: 14075550.

HSL color Cylindrical-coordinate representation of color #9EC6D6: hue angle of 197.14º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9EC6D6 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB158198214-
CMYK0.260.0700.16
HSL197.14º40.58%72.94%-
HSV(B)197.14º26.17%83.92%-
XYZ46.4352.5171.31-
YUV187.86142.75106.7-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.72%
GREEN value IS 198 (77.73% from 255) = 34.74%
BLUE value IS 214 (83.98% from 255) = 37.54%
R=27.72%
G=34.74%
B=37.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1581982140.260.0700.16197.1440.5872.94
Hex9EC6D61A7010c52949
Octal23630632632702030551111
Binary10011110110001101101011011010111010000110001011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ec6d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ec6d6; }

 p { color: rgb(158,198,214); }

 H1.HeaderClassName
 {
   color: #9ec6d6;
 }
 .AnyTagClassName
 {
   color: #9ec6d6;
 }
</style>
background-color css

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

 a { background-color: rgb(158,198,214); }

 div.DivClassName
 {
   background-color: #9ec6d6;
 }
 .BgClassName
 {
   background-color: #9ec6d6;
 }
</style>
border-color css

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

 span { border-color: rgb(158,198,214); }

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