#9CB0F3

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

Shades of Perano #9CB0F3

Tints of Perano #9CB0F3

Color information

#9CB0F3 (or 0x9CB0F3) is unknown color: approx Perano. HEX triplet: 9C, B0 and F3. RGB value is (156,176,243). Sum of RGB (Red+Green+Blue) = 156+176+243=575 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.13% from 575); Green value is 176 (69.14% from 255 or 30.61% from 575); Blue value is 243 (95.31% from 255 or 42.26% from 575); Max value from RGB is 243 - color contains mainly: blue. Hex color #9CB0F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CB0F3 is #634F0C. Grayscale: #B1B1B1. Windows color (decimal): -6508301 or 15970460. OLE color: 15970460.

HSL color Cylindrical-coordinate representation of color #9CB0F3: hue angle of 226.21º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9CB0F3 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB156176243-
CMYK0.360.2800.05
HSL226.21º78.38%78.24%-
HSV(B)226.21º35.8%95.29%-
XYZ45.4144.5991.01-
YUV177.66164.87112.55-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.13%
GREEN value IS 176 (69.14% from 255) = 30.61%
BLUE value IS 243 (95.31% from 255) = 42.26%
R=27.13%
G=30.61%
B=42.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1561762430.360.2800.05226.2178.3878.24
Hex9CB0F3241C05e24e4e
Octal234260363443405342116116
Binary1001110010110000111100111001001110001011110001010011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,176,243); }

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

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

 a { background-color: rgb(156,176,243); }

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

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

 span { border-color: rgb(156,176,243); }

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