#9CCADE

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

Shades of Regent St Blue #9CCADE

Tints of Regent St Blue #9CCADE

Color information

#9CCADE (or 0x9CCADE) is unknown color: approx Regent St Blue. HEX triplet: 9C, CA and DE. RGB value is (156,202,222). Sum of RGB (Red+Green+Blue) = 156+202+222=580 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.90% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 222 - color contains mainly: blue. Hex color #9CCADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCADE is #633521. Grayscale: #BEBEBE. Windows color (decimal): -6501666 or 14600860. OLE color: 14600860.

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

Color convert

RGB156202222-
CMYK0.300.0900.13
HSL198.18º50%74.12%-
HSV(B)198.18º29.73%87.06%-
XYZ48.0254.5877.11-
YUV190.53145.76103.37-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.90%
GREEN value IS 202 (79.30% from 255) = 34.83%
BLUE value IS 222 (87.11% from 255) = 38.28%
R=26.90%
G=34.83%
B=38.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562022220.300.0900.13198.185074.12
Hex9CCADE1E90Dc6324a
Octal234312336361101530662112
Binary10011100110010101101111011110100101101110001101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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