#9ECFDD

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

Shades of Regent St Blue #9ECFDD

Tints of Regent St Blue #9ECFDD

Color information

#9ECFDD (or 0x9ECFDD) is unknown color: approx Regent St Blue. HEX triplet: 9E, CF and DD. RGB value is (158,207,221). Sum of RGB (Red+Green+Blue) = 158+207+221=586 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.96% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #9ECFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECFDD is #613022. Grayscale: #C1C1C1. Windows color (decimal): -6369315 or 14536606. OLE color: 14536606.

HSL color Cylindrical-coordinate representation of color #9ECFDD: hue angle of 193.33º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ECFDD is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB158207221-
CMYK0.290.0600.13
HSL193.33º48.09%74.31%-
HSV(B)193.33º28.51%86.67%-
XYZ49.4657.1276.82-
YUV193.94143.27102.36-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.96%
GREEN value IS 207 (81.25% from 255) = 35.32%
BLUE value IS 221 (86.72% from 255) = 37.71%
R=26.96%
G=35.32%
B=37.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582072210.290.0600.13193.3348.0974.31
Hex9ECFDD1D60Dc1304a
Octal23631733535601530160112
Binary1001111011001111110111011110111001101110000011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,207,221); }

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

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

 a { background-color: rgb(158,207,221); }

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

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

 span { border-color: rgb(158,207,221); }

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