#9BCEDF

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

Shades of Regent St Blue #9BCEDF

Tints of Regent St Blue #9BCEDF

Color information

#9BCEDF (or 0x9BCEDF) is unknown color: approx Regent St Blue. HEX triplet: 9B, CE and DF. RGB value is (155,206,223). Sum of RGB (Red+Green+Blue) = 155+206+223=584 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.54% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #9BCEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCEDF is #643120. Grayscale: #C0C0C0. Windows color (decimal): -6566177 or 14667419. OLE color: 14667419.

HSL color Cylindrical-coordinate representation of color #9BCEDF: hue angle of 195º degrees, saturation: 0.52, 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 #9BCEDF is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB155206223-
CMYK0.300.0800.13
HSL195º51.52%74.12%-
HSV(B)195º30.49%87.45%-
XYZ48.9156.4478.13-
YUV192.69145.1101.12-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.54%
GREEN value IS 206 (80.86% from 255) = 35.27%
BLUE value IS 223 (87.5% from 255) = 38.18%
R=26.54%
G=35.27%
B=38.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552062230.300.0800.1319551.5274.12
Hex9BCEDF1E80Dc3344a
Octal233316337361001530364112
Binary10011011110011101101111111110100001101110000111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,206,223); }

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

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

 a { background-color: rgb(155,206,223); }

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

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

 span { border-color: rgb(155,206,223); }

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