#9CCDDF

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

Shades of Regent St Blue #9CCDDF

Tints of Regent St Blue #9CCDDF

Color information

#9CCDDF (or 0x9CCDDF) is unknown color: approx Regent St Blue. HEX triplet: 9C, CD and DF. RGB value is (156,205,223). Sum of RGB (Red+Green+Blue) = 156+205+223=584 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.71% from 584); Green value is 205 (80.47% from 255 or 35.10% 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 #9CCDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCDDF is #633220. Grayscale: #C0C0C0. Windows color (decimal): -6500897 or 14667164. OLE color: 14667164.

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

Color convert

RGB156205223-
CMYK0.300.0800.13
HSL196.12º51.15%74.31%-
HSV(B)196.12º30.04%87.45%-
XYZ48.8656.0678.06-
YUV192.4145.27102.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.71%
GREEN value IS 205 (80.47% from 255) = 35.10%
BLUE value IS 223 (87.5% from 255) = 38.18%
R=26.71%
G=35.10%
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
Decimal1562052230.300.0800.13196.1251.1574.31
Hex9CCDDF1E80Dc4334a
Octal234315337361001530463112
Binary10011100110011011101111111110100001101110001001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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