#9CCBDD

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

Shades of Regent St Blue #9CCBDD

Tints of Regent St Blue #9CCBDD

Color information

#9CCBDD (or 0x9CCBDD) is unknown color: approx Regent St Blue. HEX triplet: 9C, CB and DD. RGB value is (156,203,221). Sum of RGB (Red+Green+Blue) = 156+203+221=580 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.90% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #9CCBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCBDD is #633422. Grayscale: #BEBEBE. Windows color (decimal): -6501411 or 14535580. OLE color: 14535580.

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

Color convert

RGB156203221-
CMYK0.290.0800.13
HSL196.62º48.87%73.92%-
HSV(B)196.62º29.41%86.67%-
XYZ48.125576.49-
YUV191144.93103.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.90%
GREEN value IS 203 (79.69% from 255) = 35%
BLUE value IS 221 (86.72% from 255) = 38.10%
R=26.90%
G=35%
B=38.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562032210.290.0800.13196.6248.8773.92
Hex9CCBDD1D80Dc5314a
Octal234313335351001530561112
Binary10011100110010111101110111101100001101110001011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,203,221); }

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

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

 a { background-color: rgb(156,203,221); }

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

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

 span { border-color: rgb(156,203,221); }

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