#9FCBDF

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

Shades of Regent St Blue #9FCBDF

Tints of Regent St Blue #9FCBDF

Color information

#9FCBDF (or 0x9FCBDF) is unknown color: approx Regent St Blue. HEX triplet: 9F, CB and DF. RGB value is (159,203,223). Sum of RGB (Red+Green+Blue) = 159+203+223=585 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.18% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #9FCBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCBDF is #603420. Grayscale: #C0C0C0. Windows color (decimal): -6304801 or 14666655. OLE color: 14666655.

HSL color Cylindrical-coordinate representation of color #9FCBDF: hue angle of 198.75º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FCBDF is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB159203223-
CMYK0.290.0900.13
HSL198.75º50%74.9%-
HSV(B)198.75º28.7%87.45%-
XYZ48.9755.4177.93-
YUV192.12145.42104.37-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.18%
GREEN value IS 203 (79.69% from 255) = 34.70%
BLUE value IS 223 (87.5% from 255) = 38.12%
R=27.18%
G=34.70%
B=38.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1592032230.290.0900.13198.755074.9
Hex9FCBDF1D90Dc7324b
Octal237313337351101530762113
Binary10011111110010111101111111101100101101110001111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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