#9FC2CD

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

Shades of Regent St Blue #9FC2CD

Tints of Regent St Blue #9FC2CD

Color information

#9FC2CD (or 0x9FC2CD) is unknown color: approx Regent St Blue. HEX triplet: 9F, C2 and CD. RGB value is (159,194,205). Sum of RGB (Red+Green+Blue) = 159+194+205=558 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.49% from 558); Green value is 194 (76.17% from 255 or 34.77% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 205 - color contains mainly: blue. Hex color #9FC2CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC2CD is #603D32. Grayscale: #B8B8B8. Windows color (decimal): -6307123 or 13484703. OLE color: 13484703.

HSL color Cylindrical-coordinate representation of color #9FC2CD: hue angle of 194.35º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FC2CD is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB159194205-
CMYK0.220.0500.20
HSL194.35º31.51%71.37%-
HSV(B)194.35º22.44%80.39%-
XYZ44.6150.3665.13-
YUV184.79139.4109.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.49%
GREEN value IS 194 (76.17% from 255) = 34.77%
BLUE value IS 205 (80.47% from 255) = 36.74%
R=28.49%
G=34.77%
B=36.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1591942050.220.0500.20194.3531.5171.37
Hex9FC2CD165014c22047
Octal23730231526502430240107
Binary10011111110000101100110110110101010100110000101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,194,205); }

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

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

 a { background-color: rgb(159,194,205); }

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

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

 span { border-color: rgb(159,194,205); }

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