#9CCBDC

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

Shades of Regent St Blue #9CCBDC

Tints of Regent St Blue #9CCBDC

Color information

#9CCBDC (or 0x9CCBDC) is unknown color: approx Regent St Blue. HEX triplet: 9C, CB and DC. RGB value is (156,203,220). Sum of RGB (Red+Green+Blue) = 156+203+220=579 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.94% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 220 - color contains mainly: blue. Hex color #9CCBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCBDC is #633423. Grayscale: #BEBEBE. Windows color (decimal): -6501412 or 14470044. OLE color: 14470044.

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

Color convert

RGB156203220-
CMYK0.290.0800.14
HSL195.94º47.76%73.73%-
HSV(B)195.94º29.09%86.27%-
XYZ47.9854.9575.79-
YUV190.88144.43103.12-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.94%
GREEN value IS 203 (79.69% from 255) = 35.06%
BLUE value IS 220 (86.33% from 255) = 38.00%
R=26.94%
G=35.06%
B=38.00%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1562032200.290.0800.14195.9447.7673.73
Hex9CCBDC1D80Ec4304a
Octal234313334351001630460112
Binary10011100110010111101110011101100001110110001001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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