#9CCBE0

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

Shades of Regent St Blue #9CCBE0

Tints of Regent St Blue #9CCBE0

Color information

#9CCBE0 (or 0x9CCBE0) is unknown color: approx Regent St Blue. HEX triplet: 9C, CB and E0. RGB value is (156,203,224). Sum of RGB (Red+Green+Blue) = 156+203+224=583 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.76% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 224 (87.89% from 255 or 38.42% from 583); Max value from RGB is 224 - color contains mainly: blue. Hex color #9CCBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCBE0 is #63341F. Grayscale: #BFBFBF. Windows color (decimal): -6501408 or 14732188. OLE color: 14732188.

HSL color Cylindrical-coordinate representation of color #9CCBE0: hue angle of 198.53º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CCBE0 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB156203224-
CMYK0.300.0900.12
HSL198.53º52.31%74.51%-
HSV(B)198.53º30.36%87.84%-
XYZ48.5255.1678.61-
YUV191.34146.43102.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.76%
GREEN value IS 203 (79.69% from 255) = 34.82%
BLUE value IS 224 (87.89% from 255) = 38.42%
R=26.76%
G=34.82%
B=38.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1562032240.300.0900.12198.5352.3174.51
Hex9CCBE01E90Cc7344b
Octal234313340361101430764113
Binary10011100110010111110000011110100101100110001111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,203,224); }

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

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

 a { background-color: rgb(156,203,224); }

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

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

 span { border-color: rgb(156,203,224); }

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