#9DCFDF

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

Shades of Regent St Blue #9DCFDF

Tints of Regent St Blue #9DCFDF

Color information

#9DCFDF (or 0x9DCFDF) is unknown color: approx Regent St Blue. HEX triplet: 9D, CF and DF. RGB value is (157,207,223). Sum of RGB (Red+Green+Blue) = 157+207+223=587 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.75% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #9DCFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCFDF is #623020. Grayscale: #C1C1C1. Windows color (decimal): -6434849 or 14667677. OLE color: 14667677.

HSL color Cylindrical-coordinate representation of color #9DCFDF: hue angle of 194.55º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DCFDF is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB157207223-
CMYK0.300.0700.13
HSL194.55º50.77%74.51%-
HSV(B)194.55º29.6%87.45%-
XYZ49.5457.1278.23-
YUV193.87144.44101.7-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.75%
GREEN value IS 207 (81.25% from 255) = 35.26%
BLUE value IS 223 (87.5% from 255) = 37.99%
R=26.75%
G=35.26%
B=37.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572072230.300.0700.13194.5550.7774.51
Hex9DCFDF1E70Dc3334b
Octal23531733736701530363113
Binary1001110111001111110111111111011101101110000111100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,207,223); }

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

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

 a { background-color: rgb(157,207,223); }

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

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

 span { border-color: rgb(157,207,223); }

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