#9DCBE0

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

Shades of Regent St Blue #9DCBE0

Tints of Regent St Blue #9DCBE0

Color information

#9DCBE0 (or 0x9DCBE0) is unknown color: approx Regent St Blue. HEX triplet: 9D, CB and E0. RGB value is (157,203,224). Sum of RGB (Red+Green+Blue) = 157+203+224=584 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.88% from 584); Green value is 203 (79.69% from 255 or 34.76% from 584); Blue value is 224 (87.89% from 255 or 38.36% from 584); Max value from RGB is 224 - color contains mainly: blue. Hex color #9DCBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCBE0 is #62341F. Grayscale: #BFBFBF. Windows color (decimal): -6435872 or 14732189. OLE color: 14732189.

HSL color Cylindrical-coordinate representation of color #9DCBE0: hue angle of 198.81º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DCBE0 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB157203224-
CMYK0.300.0900.12
HSL198.81º51.94%74.71%-
HSV(B)198.81º29.91%87.84%-
XYZ48.7255.2678.62-
YUV191.64146.26103.29-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.88%
GREEN value IS 203 (79.69% from 255) = 34.76%
BLUE value IS 224 (87.89% from 255) = 38.36%
R=26.88%
G=34.76%
B=38.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1572032240.300.0900.12198.8151.9474.71
Hex9DCBE01E90Cc7344b
Octal235313340361101430764113
Binary10011101110010111110000011110100101100110001111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,203,224); }

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

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

 a { background-color: rgb(157,203,224); }

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

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

 span { border-color: rgb(157,203,224); }

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