#9FCED7

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

Shades of Regent St Blue #9FCED7

Tints of Regent St Blue #9FCED7

Color information

#9FCED7 (or 0x9FCED7) is unknown color: approx Regent St Blue. HEX triplet: 9F, CE and D7. RGB value is (159,206,215). Sum of RGB (Red+Green+Blue) = 159+206+215=580 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.41% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 215 (84.38% from 255 or 37.07% from 580); Max value from RGB is 215 - color contains mainly: blue. Hex color #9FCED7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCED7 is #603128. Grayscale: #C0C0C0. Windows color (decimal): -6304041 or 14143135. OLE color: 14143135.

HSL color Cylindrical-coordinate representation of color #9FCED7: hue angle of 189.64º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9FCED7 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB159206215-
CMYK0.260.0400.16
HSL189.64º41.18%73.33%-
HSV(B)189.64º26.05%84.31%-
XYZ48.6456.4272.62-
YUV192.97140.43103.77-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.41%
GREEN value IS 206 (80.86% from 255) = 35.52%
BLUE value IS 215 (84.38% from 255) = 37.07%
R=27.41%
G=35.52%
B=37.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1592062150.260.0400.16189.6441.1873.33
Hex9FCED71A4010be2949
Octal23731632732402027651111
Binary10011111110011101101011111010100010000101111101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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