#9DCFDD

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

Shades of Regent St Blue #9DCFDD

Tints of Regent St Blue #9DCFDD

Color information

#9DCFDD (or 0x9DCFDD) is unknown color: approx Regent St Blue. HEX triplet: 9D, CF and DD. RGB value is (157,207,221). Sum of RGB (Red+Green+Blue) = 157+207+221=585 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.84% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #9DCFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCFDD is #623022. Grayscale: #C1C1C1. Windows color (decimal): -6434851 or 14536605. OLE color: 14536605.

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

Color convert

RGB157207221-
CMYK0.290.0600.13
HSL193.12º48.48%74.12%-
HSV(B)193.12º28.96%86.67%-
XYZ49.2757.0176.81-
YUV193.65143.44101.86-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.84%
GREEN value IS 207 (81.25% from 255) = 35.38%
BLUE value IS 221 (86.72% from 255) = 37.78%
R=26.84%
G=35.38%
B=37.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572072210.290.0600.13193.1248.4874.12
Hex9DCFDD1D60Dc1304a
Octal23531733535601530160112
Binary1001110111001111110111011110111001101110000011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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