#9CCDDB

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

Shades of Regent St Blue #9CCDDB

Tints of Regent St Blue #9CCDDB

Color information

#9CCDDB (or 0x9CCDDB) is unknown color: approx Regent St Blue. HEX triplet: 9C, CD and DB. RGB value is (156,205,219). Sum of RGB (Red+Green+Blue) = 156+205+219=580 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.90% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #9CCDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCDDB is #633224. Grayscale: #BFBFBF. Windows color (decimal): -6500901 or 14405020. OLE color: 14405020.

HSL color Cylindrical-coordinate representation of color #9CCDDB: hue angle of 193.33º degrees, saturation: 0.47, 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 #9CCDDB is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB156205219-
CMYK0.290.0600.14
HSL193.33º46.67%73.53%-
HSV(B)193.33º28.77%85.88%-
XYZ48.3355.8575.25-
YUV191.94143.27102.36-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.90%
GREEN value IS 205 (80.47% from 255) = 35.34%
BLUE value IS 219 (85.94% from 255) = 37.76%
R=26.90%
G=35.34%
B=37.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1562052190.290.0600.14193.3346.6773.53
Hex9CCDDB1D60Ec12f4a
Octal23431533335601630157112
Binary1001110011001101110110111110111001110110000011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,205,219); }

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

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

 a { background-color: rgb(156,205,219); }

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

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

 span { border-color: rgb(156,205,219); }

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