#9CCEDE

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

Shades of Regent St Blue #9CCEDE

Tints of Regent St Blue #9CCEDE

Color information

#9CCEDE (or 0x9CCEDE) is unknown color: approx Regent St Blue. HEX triplet: 9C, CE and DE. RGB value is (156,206,222). Sum of RGB (Red+Green+Blue) = 156+206+222=584 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.71% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 222 (87.11% from 255 or 38.01% from 584); Max value from RGB is 222 - color contains mainly: blue. Hex color #9CCEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCEDE is #633121. Grayscale: #C0C0C0. Windows color (decimal): -6500642 or 14601884. OLE color: 14601884.

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

Color convert

RGB156206222-
CMYK0.300.0700.13
HSL194.55º50%74.12%-
HSV(B)194.55º29.73%87.06%-
XYZ48.9756.4877.43-
YUV192.87144.44101.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.71%
GREEN value IS 206 (80.86% from 255) = 35.27%
BLUE value IS 222 (87.11% from 255) = 38.01%
R=26.71%
G=35.27%
B=38.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562062220.300.0700.13194.555074.12
Hex9CCEDE1E70Dc3324a
Octal23431633636701530362112
Binary1001110011001110110111101111011101101110000111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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