#9DCADF

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

Shades of Regent St Blue #9DCADF

Tints of Regent St Blue #9DCADF

Color information

#9DCADF (or 0x9DCADF) is unknown color: approx Regent St Blue. HEX triplet: 9D, CA and DF. RGB value is (157,202,223). Sum of RGB (Red+Green+Blue) = 157+202+223=582 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.98% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 223 - color contains mainly: blue. Hex color #9DCADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCADF is #623520. Grayscale: #BEBEBE. Windows color (decimal): -6436129 or 14666397. OLE color: 14666397.

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

Color convert

RGB157202223-
CMYK0.300.0900.13
HSL199.09º50.77%74.51%-
HSV(B)199.09º29.6%87.45%-
XYZ48.3454.7477.83-
YUV190.94146.09103.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.98%
GREEN value IS 202 (79.30% from 255) = 34.71%
BLUE value IS 223 (87.5% from 255) = 38.32%
R=26.98%
G=34.71%
B=38.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572022230.300.0900.13199.0950.7774.51
Hex9DCADF1E90Dc7334b
Octal235312337361101530763113
Binary10011101110010101101111111110100101101110001111100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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