#9FC2DA

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

Shades of Regent St Blue #9FC2DA

Tints of Regent St Blue #9FC2DA

Color information

#9FC2DA (or 0x9FC2DA) is unknown color: approx Regent St Blue. HEX triplet: 9F, C2 and DA. RGB value is (159,194,218). Sum of RGB (Red+Green+Blue) = 159+194+218=571 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.85% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 218 - color contains mainly: blue. Hex color #9FC2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC2DA is #603D25. Grayscale: #BABABA. Windows color (decimal): -6307110 or 14336671. OLE color: 14336671.

HSL color Cylindrical-coordinate representation of color #9FC2DA: hue angle of 204.41º 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 #9FC2DA is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB159194218-
CMYK0.270.1100.15
HSL204.41º44.36%73.92%-
HSV(B)204.41º27.06%85.49%-
XYZ46.2451.0273.74-
YUV186.27145.9108.55-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.85%
GREEN value IS 194 (76.17% from 255) = 33.98%
BLUE value IS 218 (85.55% from 255) = 38.18%
R=27.85%
G=33.98%
B=38.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1591942180.270.1100.15204.4144.3673.92
Hex9FC2DA1BB0Fcc2c4a
Octal237302332331301731454112
Binary10011111110000101101101011011101101111110011001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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