#9DC3DB

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

Shades of Regent St Blue #9DC3DB

Tints of Regent St Blue #9DC3DB

Color information

#9DC3DB (or 0x9DC3DB) is unknown color: approx Regent St Blue. HEX triplet: 9D, C3 and DB. RGB value is (157,195,219). Sum of RGB (Red+Green+Blue) = 157+195+219=571 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.50% from 571); Green value is 195 (76.56% from 255 or 34.15% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #9DC3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC3DB is #623C24. Grayscale: #BABABA. Windows color (decimal): -6437925 or 14402461. OLE color: 14402461.

HSL color Cylindrical-coordinate representation of color #9DC3DB: hue angle of 203.23º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DC3DB is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB157195219-
CMYK0.280.1100.14
HSL203.23º46.27%73.73%-
HSV(B)203.23º28.31%85.88%-
XYZ46.2151.3174.49-
YUV186.37146.41107.05-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.50%
GREEN value IS 195 (76.56% from 255) = 34.15%
BLUE value IS 219 (85.94% from 255) = 38.35%
R=27.50%
G=34.15%
B=38.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1571952190.280.1100.14203.2346.2773.73
Hex9DC3DB1CB0Ecb2e4a
Octal235303333341301631356112
Binary10011101110000111101101111100101101110110010111011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,195,219); }

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

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

 a { background-color: rgb(157,195,219); }

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

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

 span { border-color: rgb(157,195,219); }

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