#9CB4EB

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

Shades of Perano #9CB4EB

Tints of Perano #9CB4EB

Color information

#9CB4EB (or 0x9CB4EB) is unknown color: approx Perano. HEX triplet: 9C, B4 and EB. RGB value is (156,180,235). Sum of RGB (Red+Green+Blue) = 156+180+235=571 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.32% from 571); Green value is 180 (70.70% from 255 or 31.52% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #9CB4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CB4EB is #634B14. Grayscale: #B2B2B2. Windows color (decimal): -6507285 or 15447196. OLE color: 15447196.

HSL color Cylindrical-coordinate representation of color #9CB4EB: hue angle of 221.77º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CB4EB is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB156180235-
CMYK0.340.2300.08
HSL221.77º66.39%76.67%-
HSV(B)221.77º33.62%92.16%-
XYZ45.0345.7185.05-
YUV179.09159.55111.53-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.32%
GREEN value IS 180 (70.70% from 255) = 31.52%
BLUE value IS 235 (92.19% from 255) = 41.16%
R=27.32%
G=31.52%
B=41.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1561802350.340.2300.08221.7766.3976.67
Hex9CB4EB221708de424d
Octal2342643534227010336102115
Binary10011100101101001110101110001010111010001101111010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,180,235); }

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

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

 a { background-color: rgb(156,180,235); }

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

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

 span { border-color: rgb(156,180,235); }

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