#9CCEDD

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

Shades of Regent St Blue #9CCEDD

Tints of Regent St Blue #9CCEDD

Color information

#9CCEDD (or 0x9CCEDD) is unknown color: approx Regent St Blue. HEX triplet: 9C, CE and DD. RGB value is (156,206,221). Sum of RGB (Red+Green+Blue) = 156+206+221=583 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.76% from 583); Green value is 206 (80.86% from 255 or 35.33% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #9CCEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCEDD is #633122. Grayscale: #C0C0C0. Windows color (decimal): -6500643 or 14536348. OLE color: 14536348.

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

Color convert

RGB156206221-
CMYK0.290.0700.13
HSL193.85º48.87%73.92%-
HSV(B)193.85º29.41%86.67%-
XYZ48.8356.4376.73-
YUV192.76143.94101.78-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.76%
GREEN value IS 206 (80.86% from 255) = 35.33%
BLUE value IS 221 (86.72% from 255) = 37.91%
R=26.76%
G=35.33%
B=37.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562062210.290.0700.13193.8548.8773.92
Hex9CCEDD1D70Dc2314a
Octal23431633535701530261112
Binary1001110011001110110111011110111101101110000101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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