#9BC2CD

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

Shades of Regent St Blue #9BC2CD

Tints of Regent St Blue #9BC2CD

Color information

#9BC2CD (or 0x9BC2CD) is unknown color: approx Regent St Blue. HEX triplet: 9B, C2 and CD. RGB value is (155,194,205). Sum of RGB (Red+Green+Blue) = 155+194+205=554 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.98% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 205 - color contains mainly: blue. Hex color #9BC2CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC2CD is #643D32. Grayscale: #B7B7B7. Windows color (decimal): -6569267 or 13484699. OLE color: 13484699.

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

Color convert

RGB155194205-
CMYK0.240.0500.20
HSL193.2º33.33%70.59%-
HSV(B)193.2º24.39%80.39%-
XYZ43.8349.9665.09-
YUV183.59140.08107.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.98%
GREEN value IS 194 (76.17% from 255) = 35.02%
BLUE value IS 205 (80.47% from 255) = 37.00%
R=27.98%
G=35.02%
B=37.00%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1551942050.240.0500.20193.233.3370.59
Hex9BC2CD185014c12147
Octal23330231530502430141107
Binary10011011110000101100110111000101010100110000011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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