#9CCEDF

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

Shades of Regent St Blue #9CCEDF

Tints of Regent St Blue #9CCEDF

Color information

#9CCEDF (or 0x9CCEDF) is unknown color: approx Regent St Blue. HEX triplet: 9C, CE and DF. RGB value is (156,206,223). Sum of RGB (Red+Green+Blue) = 156+206+223=585 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.67% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #9CCEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCEDF is #633120. Grayscale: #C0C0C0. Windows color (decimal): -6500641 or 14667420. OLE color: 14667420.

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

Color convert

RGB156206223-
CMYK0.300.0800.13
HSL195.22º51.15%74.31%-
HSV(B)195.22º30.04%87.45%-
XYZ49.156.5478.14-
YUV192.99144.94101.62-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.67%
GREEN value IS 206 (80.86% from 255) = 35.21%
BLUE value IS 223 (87.5% from 255) = 38.12%
R=26.67%
G=35.21%
B=38.12%

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
Decimal1562062230.300.0800.13195.2251.1574.31
Hex9CCEDF1E80Dc3334a
Octal234316337361001530363112
Binary10011100110011101101111111110100001101110000111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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