#9FCEDA

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

Shades of Regent St Blue #9FCEDA

Tints of Regent St Blue #9FCEDA

Color information

#9FCEDA (or 0x9FCEDA) is unknown color: approx Regent St Blue. HEX triplet: 9F, CE and DA. RGB value is (159,206,218). Sum of RGB (Red+Green+Blue) = 159+206+218=583 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.27% from 583); Green value is 206 (80.86% from 255 or 35.33% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #9FCEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCEDA is #603125. Grayscale: #C1C1C1. Windows color (decimal): -6304038 or 14339743. OLE color: 14339743.

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

Color convert

RGB159206218-
CMYK0.270.0600.15
HSL192.2º44.36%73.92%-
HSV(B)192.2º27.06%85.49%-
XYZ49.0256.5874.67-
YUV193.32141.93103.52-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.27%
GREEN value IS 206 (80.86% from 255) = 35.33%
BLUE value IS 218 (85.55% from 255) = 37.39%
R=27.27%
G=35.33%
B=37.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1592062180.270.0600.15192.244.3673.92
Hex9FCEDA1B60Fc02c4a
Octal23731633233601730054112
Binary1001111111001110110110101101111001111110000001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,206,218); }

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

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

 a { background-color: rgb(159,206,218); }

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

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

 span { border-color: rgb(159,206,218); }

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