#9fcbda

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

Shades of Regent St Blue #9FCBDA

Tints of Regent St Blue #9FCBDA

Color information

#9FCBDA (or 0x9FCBDA) is unknown color: approx Regent St Blue. HEX triplet: 9F, CB and DA. RGB value is (159,203,218). Sum of RGB (Red+Green+Blue) = 159+203+218=580 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.41% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 218 - color contains mainly: blue. Hex color #9FCBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCBDA is #603425. Grayscale: #BFBFBF. Windows color (decimal): -6304806 or 14338975. OLE color: 14338975.

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

Color convert

RGB159203218-
CMYK0.270.0700.15
HSL195.25º44.36%73.92%-
HSV(B)195.25º27.06%85.49%-
XYZ48.3155.1474.43-
YUV191.55142.92104.78-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.41%
GREEN value IS 203 (79.69% from 255) = 35%
BLUE value IS 218 (85.55% from 255) = 37.59%
R=27.41%
G=35%
B=37.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1592032180.270.0700.15195.2544.3673.92
Hex9FCBDA1B70Fc32c4a
Octal23731333233701730354112
Binary1001111111001011110110101101111101111110000111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9fcbda

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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