#9CB8F1

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

Shades of Perano #9CB8F1

Tints of Perano #9CB8F1

Color information

#9CB8F1 (or 0x9CB8F1) is unknown color: approx Perano. HEX triplet: 9C, B8 and F1. RGB value is (156,184,241). Sum of RGB (Red+Green+Blue) = 156+184+241=581 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.85% from 581); Green value is 184 (72.27% from 255 or 31.67% from 581); Blue value is 241 (94.53% from 255 or 41.48% from 581); Max value from RGB is 241 - color contains mainly: blue. Hex color #9CB8F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CB8F1 is #63470E. Grayscale: #B5B5B5. Windows color (decimal): -6506255 or 15841436. OLE color: 15841436.

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

Color convert

RGB156184241-
CMYK0.350.2400.05
HSL220.24º75.22%77.84%-
HSV(B)220.24º35.27%94.51%-
XYZ46.7347.789.96-
YUV182.13161.22109.37-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.85%
GREEN value IS 184 (72.27% from 255) = 31.67%
BLUE value IS 241 (94.53% from 255) = 41.48%
R=26.85%
G=31.67%
B=41.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1561842410.350.2400.05220.2475.2277.84
Hex9CB8F1231805dc4b4e
Octal234270361433005334113116
Binary1001110010111000111100011000111100001011101110010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,184,241); }

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

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

 a { background-color: rgb(156,184,241); }

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

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

 span { border-color: rgb(156,184,241); }

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