#9CC8DD

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

Shades of Regent St Blue #9CC8DD

Tints of Regent St Blue #9CC8DD

Color information

#9CC8DD (or 0x9CC8DD) is unknown color: approx Regent St Blue. HEX triplet: 9C, C8 and DD. RGB value is (156,200,221). Sum of RGB (Red+Green+Blue) = 156+200+221=577 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.04% from 577); Green value is 200 (78.52% from 255 or 34.66% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #9CC8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC8DD is #633722. Grayscale: #BDBDBD. Windows color (decimal): -6502179 or 14534812. OLE color: 14534812.

HSL color Cylindrical-coordinate representation of color #9CC8DD: hue angle of 199.38º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CC8DD is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB156200221-
CMYK0.290.1000.13
HSL199.38º48.87%73.92%-
HSV(B)199.38º29.41%86.67%-
XYZ47.4253.676.25-
YUV189.24145.92104.29-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.04%
GREEN value IS 200 (78.52% from 255) = 34.66%
BLUE value IS 221 (86.72% from 255) = 38.30%
R=27.04%
G=34.66%
B=38.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562002210.290.1000.13199.3848.8773.92
Hex9CC8DD1DA0Dc7314a
Octal234310335351201530761112
Binary10011100110010001101110111101101001101110001111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,200,221); }

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

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

 a { background-color: rgb(156,200,221); }

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

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

 span { border-color: rgb(156,200,221); }

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