#9DCED7

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

Shades of Regent St Blue #9DCED7

Tints of Regent St Blue #9DCED7

Color information

#9DCED7 (or 0x9DCED7) is unknown color: approx Regent St Blue. HEX triplet: 9D, CE and D7. RGB value is (157,206,215). Sum of RGB (Red+Green+Blue) = 157+206+215=578 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.16% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 215 (84.38% from 255 or 37.20% from 578); Max value from RGB is 215 - color contains mainly: blue. Hex color #9DCED7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCED7 is #623128. Grayscale: #C0C0C0. Windows color (decimal): -6435113 or 14143133. OLE color: 14143133.

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

Color convert

RGB157206215-
CMYK0.270.0400.16
HSL189.31º42.03%72.94%-
HSV(B)189.31º26.98%84.31%-
XYZ48.2456.2272.6-
YUV192.38140.77102.77-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.16%
GREEN value IS 206 (80.86% from 255) = 35.64%
BLUE value IS 215 (84.38% from 255) = 37.20%
R=27.16%
G=35.64%
B=37.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1572062150.270.0400.16189.3142.0372.94
Hex9DCED71B4010bd2a49
Octal23531632733402027552111
Binary10011101110011101101011111011100010000101111011010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,206,215); }

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

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

 a { background-color: rgb(157,206,215); }

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

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

 span { border-color: rgb(157,206,215); }

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