#9CCAD6

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

Shades of Regent St Blue #9CCAD6

Tints of Regent St Blue #9CCAD6

Color information

#9CCAD6 (or 0x9CCAD6) is unknown color: approx Regent St Blue. HEX triplet: 9C, CA and D6. RGB value is (156,202,214). Sum of RGB (Red+Green+Blue) = 156+202+214=572 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.27% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 214 (83.98% from 255 or 37.41% from 572); Max value from RGB is 214 - color contains mainly: blue. Hex color #9CCAD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCAD6 is #633529. Grayscale: #BDBDBD. Windows color (decimal): -6501674 or 14076572. OLE color: 14076572.

HSL color Cylindrical-coordinate representation of color #9CCAD6: hue angle of 192.41º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9CCAD6 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB156202214-
CMYK0.270.0600.16
HSL192.41º41.43%72.55%-
HSV(B)192.41º27.1%83.92%-
XYZ46.9754.1671.6-
YUV189.61141.76104.02-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.27%
GREEN value IS 202 (79.30% from 255) = 35.31%
BLUE value IS 214 (83.98% from 255) = 37.41%
R=27.27%
G=35.31%
B=37.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1562022140.270.0600.16192.4141.4372.55
Hex9CCAD61B6010c02949
Octal23431232633602030051111
Binary10011100110010101101011011011110010000110000001010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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