#9CBCF0

Color #9CBCF0 Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #9CBCF0

Tints of Perano #9CBCF0

Color information

#9CBCF0 (or 0x9CBCF0) is unknown color: approx Perano. HEX triplet: 9C, BC and F0. RGB value is (156,188,240). Sum of RGB (Red+Green+Blue) = 156+188+240=584 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.71% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 240 (94.14% from 255 or 41.10% from 584); Max value from RGB is 240 - color contains mainly: blue. Hex color #9CBCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CBCF0 is #63430F. Grayscale: #B8B8B8. Windows color (decimal): -6505232 or 15776924. OLE color: 15776924.

HSL color Cylindrical-coordinate representation of color #9CBCF0: hue angle of 217.14º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CBCF0 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB156188240-
CMYK0.350.2200.06
HSL217.14º73.68%77.65%-
HSV(B)217.14º35%94.12%-
XYZ47.4249.3389.46-
YUV184.36159.4107.77-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.71%
GREEN value IS 188 (73.83% from 255) = 32.19%
BLUE value IS 240 (94.14% from 255) = 41.10%
R=26.71%
G=32.19%
B=41.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1561882400.350.2200.06217.1473.6877.65
Hex9CBCF0231606d94a4e
Octal234274360432606331112116
Binary1001110010111100111100001000111011001101101100110010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,188,240); }

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

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

 a { background-color: rgb(156,188,240); }

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

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

 span { border-color: rgb(156,188,240); }

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