#9CB9EE

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

Shades of Perano #9CB9EE

Tints of Perano #9CB9EE

Color information

#9CB9EE (or 0x9CB9EE) is unknown color: approx Perano. HEX triplet: 9C, B9 and EE. RGB value is (156,185,238). Sum of RGB (Red+Green+Blue) = 156+185+238=579 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.94% from 579); Green value is 185 (72.66% from 255 or 31.95% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 238 - color contains mainly: blue. Hex color #9CB9EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CB9EE is #634611. Grayscale: #B6B6B6. Windows color (decimal): -6506002 or 15645084. OLE color: 15645084.

HSL color Cylindrical-coordinate representation of color #9CB9EE: hue angle of 218.78º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CB9EE is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB156185238-
CMYK0.340.2200.07
HSL218.78º70.69%77.25%-
HSV(B)218.78º34.45%93.33%-
XYZ46.4947.9487.69-
YUV182.37159.39109.19-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.94%
GREEN value IS 185 (72.66% from 255) = 31.95%
BLUE value IS 238 (93.36% from 255) = 41.11%
R=26.94%
G=31.95%
B=41.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1561852380.340.2200.07218.7870.6977.25
Hex9CB9EE221607db474d
Octal234271356422607333107115
Binary1001110010111001111011101000101011001111101101110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,185,238); }

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

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

 a { background-color: rgb(156,185,238); }

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

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

 span { border-color: rgb(156,185,238); }

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