#9DCBDA

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

Shades of Regent St Blue #9DCBDA

Tints of Regent St Blue #9DCBDA

Color information

#9DCBDA (or 0x9DCBDA) is unknown color: approx Regent St Blue. HEX triplet: 9D, CB and DA. RGB value is (157,203,218). Sum of RGB (Red+Green+Blue) = 157+203+218=578 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.16% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #9DCBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCBDA is #623425. Grayscale: #BEBEBE. Windows color (decimal): -6435878 or 14338973. OLE color: 14338973.

HSL color Cylindrical-coordinate representation of color #9DCBDA: hue angle of 194.75º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DCBDA is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB157203218-
CMYK0.280.0700.15
HSL194.75º45.19%73.53%-
HSV(B)194.75º27.98%85.49%-
XYZ47.9254.9474.41-
YUV190.96143.26103.78-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.16%
GREEN value IS 203 (79.69% from 255) = 35.12%
BLUE value IS 218 (85.55% from 255) = 37.72%
R=27.16%
G=35.12%
B=37.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1572032180.280.0700.15194.7545.1973.53
Hex9DCBDA1C70Fc32d4a
Octal23531333234701730355112
Binary1001110111001011110110101110011101111110000111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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