#9CC0CA

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

Shades of Regent St Blue #9CC0CA

Tints of Regent St Blue #9CC0CA

Color information

#9CC0CA (or 0x9CC0CA) is unknown color: approx Regent St Blue. HEX triplet: 9C, C0 and CA. RGB value is (156,192,202). Sum of RGB (Red+Green+Blue) = 156+192+202=550 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.36% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 202 - color contains mainly: blue. Hex color #9CC0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC0CA is #633F35. Grayscale: #B6B6B6. Windows color (decimal): -6504246 or 13287580. OLE color: 13287580.

HSL color Cylindrical-coordinate representation of color #9CC0CA: hue angle of 193.04º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CC0CA is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB156192202-
CMYK0.230.0500.21
HSL193.04º30.26%70.2%-
HSV(B)193.04º22.77%79.22%-
XYZ43.2249.0363.06-
YUV182.38139.07109.19-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.36%
GREEN value IS 192 (75.39% from 255) = 34.91%
BLUE value IS 202 (79.30% from 255) = 36.73%
R=28.36%
G=34.91%
B=36.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1561922020.230.0500.21193.0430.2670.2
Hex9CC0CA175015c11e46
Octal23430031227502530136106
Binary1001110011000000110010101011110101010111000001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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