#9DC6DB

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

Shades of Regent St Blue #9DC6DB

Tints of Regent St Blue #9DC6DB

Color information

#9DC6DB (or 0x9DC6DB) is unknown color: approx Regent St Blue. HEX triplet: 9D, C6 and DB. RGB value is (157,198,219). Sum of RGB (Red+Green+Blue) = 157+198+219=574 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.35% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #9DC6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC6DB is #623924. Grayscale: #BCBCBC. Windows color (decimal): -6437157 or 14403229. OLE color: 14403229.

HSL color Cylindrical-coordinate representation of color #9DC6DB: hue angle of 200.32º 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 #9DC6DB is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB157198219-
CMYK0.280.1000.14
HSL200.32º46.27%73.73%-
HSV(B)200.32º28.31%85.88%-
XYZ46.8852.6774.71-
YUV188.14145.42105.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.35%
GREEN value IS 198 (77.73% from 255) = 34.49%
BLUE value IS 219 (85.94% from 255) = 38.15%
R=27.35%
G=34.49%
B=38.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1571982190.280.1000.14200.3246.2773.73
Hex9DC6DB1CA0Ec82e4a
Octal235306333341201631056112
Binary10011101110001101101101111100101001110110010001011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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