#9ECDDD

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

Shades of Regent St Blue #9ECDDD

Tints of Regent St Blue #9ECDDD

Color information

#9ECDDD (or 0x9ECDDD) is unknown color: approx Regent St Blue. HEX triplet: 9E, CD and DD. RGB value is (158,205,221). Sum of RGB (Red+Green+Blue) = 158+205+221=584 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.05% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #9ECDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECDDD is #613222. Grayscale: #C0C0C0. Windows color (decimal): -6369827 or 14536094. OLE color: 14536094.

HSL color Cylindrical-coordinate representation of color #9ECDDD: hue angle of 195.24º 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 #9ECDDD is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB158205221-
CMYK0.290.0700.13
HSL195.24º48.09%74.31%-
HSV(B)195.24º28.51%86.67%-
XYZ48.9856.1576.66-
YUV192.77143.93103.2-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.05%
GREEN value IS 205 (80.47% from 255) = 35.10%
BLUE value IS 221 (86.72% from 255) = 37.84%
R=27.05%
G=35.10%
B=37.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582052210.290.0700.13195.2448.0974.31
Hex9ECDDD1D70Dc3304a
Octal23631533535701530360112
Binary1001111011001101110111011110111101101110000111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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