#9DCADE

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

Shades of Regent St Blue #9DCADE

Tints of Regent St Blue #9DCADE

Color information

#9DCADE (or 0x9DCADE) is unknown color: approx Regent St Blue. HEX triplet: 9D, CA and DE. RGB value is (157,202,222). Sum of RGB (Red+Green+Blue) = 157+202+222=581 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.02% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 222 - color contains mainly: blue. Hex color #9DCADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCADE is #623521. Grayscale: #BEBEBE. Windows color (decimal): -6436130 or 14600861. OLE color: 14600861.

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

Color convert

RGB157202222-
CMYK0.290.0900.13
HSL198.46º49.62%74.31%-
HSV(B)198.46º29.28%87.06%-
XYZ48.2154.6877.12-
YUV190.82145.59103.87-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.02%
GREEN value IS 202 (79.30% from 255) = 34.77%
BLUE value IS 222 (87.11% from 255) = 38.21%
R=27.02%
G=34.77%
B=38.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572022220.290.0900.13198.4649.6274.31
Hex9DCADE1D90Dc6324a
Octal235312336351101530662112
Binary10011101110010101101111011101100101101110001101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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