#9BCFDD

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

Shades of Regent St Blue #9BCFDD

Tints of Regent St Blue #9BCFDD

Color information

#9BCFDD (or 0x9BCFDD) is unknown color: approx Regent St Blue. HEX triplet: 9B, CF and DD. RGB value is (155,207,221). Sum of RGB (Red+Green+Blue) = 155+207+221=583 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.59% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #9BCFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCFDD is #643022. Grayscale: #C0C0C0. Windows color (decimal): -6565923 or 14536603. OLE color: 14536603.

HSL color Cylindrical-coordinate representation of color #9BCFDD: hue angle of 192.73º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BCFDD is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB155207221-
CMYK0.300.0600.13
HSL192.73º49.25%73.73%-
HSV(B)192.73º29.86%86.67%-
XYZ48.8856.8176.8-
YUV193.05143.77100.86-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.59%
GREEN value IS 207 (81.25% from 255) = 35.51%
BLUE value IS 221 (86.72% from 255) = 37.91%
R=26.59%
G=35.51%
B=37.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552072210.300.0600.13192.7349.2573.73
Hex9BCFDD1E60Dc1314a
Octal23331733536601530161112
Binary1001101111001111110111011111011001101110000011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,207,221); }

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

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

 a { background-color: rgb(155,207,221); }

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

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

 span { border-color: rgb(155,207,221); }

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