#9CCDE0

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

Shades of Regent St Blue #9CCDE0

Tints of Regent St Blue #9CCDE0

Color information

#9CCDE0 (or 0x9CCDE0) is unknown color: approx Regent St Blue. HEX triplet: 9C, CD and E0. RGB value is (156,205,224). Sum of RGB (Red+Green+Blue) = 156+205+224=585 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.67% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 224 - color contains mainly: blue. Hex color #9CCDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCDE0 is #63321F. Grayscale: #C0C0C0. Windows color (decimal): -6500896 or 14732700. OLE color: 14732700.

HSL color Cylindrical-coordinate representation of color #9CCDE0: hue angle of 196.76º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CCDE0 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB156205224-
CMYK0.300.0800.12
HSL196.76º52.31%74.51%-
HSV(B)196.76º30.36%87.84%-
XYZ4956.1178.77-
YUV192.52145.77101.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.67%
GREEN value IS 205 (80.47% from 255) = 35.04%
BLUE value IS 224 (87.89% from 255) = 38.29%
R=26.67%
G=35.04%
B=38.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1562052240.300.0800.12196.7652.3174.51
Hex9CCDE01E80Cc5344b
Octal234315340361001430564113
Binary10011100110011011110000011110100001100110001011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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