#9BCADD

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

Shades of Regent St Blue #9BCADD

Tints of Regent St Blue #9BCADD

Color information

#9BCADD (or 0x9BCADD) is unknown color: approx Regent St Blue. HEX triplet: 9B, CA and DD. RGB value is (155,202,221). Sum of RGB (Red+Green+Blue) = 155+202+221=578 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.82% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #9BCADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCADD is #643522. Grayscale: #BDBDBD. Windows color (decimal): -6567203 or 14535323. OLE color: 14535323.

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

Color convert

RGB155202221-
CMYK0.300.0900.13
HSL197.27º49.25%73.73%-
HSV(B)197.27º29.86%86.67%-
XYZ47.6954.4376.4-
YUV190.11145.43102.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.82%
GREEN value IS 202 (79.30% from 255) = 34.95%
BLUE value IS 221 (86.72% from 255) = 38.24%
R=26.82%
G=34.95%
B=38.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552022210.300.0900.13197.2749.2573.73
Hex9BCADD1E90Dc5314a
Octal233312335361101530561112
Binary10011011110010101101110111110100101101110001011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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