#9CB6FA

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

Shades of Perano #9CB6FA

Tints of Perano #9CB6FA

Color information

#9CB6FA (or 0x9CB6FA) is unknown color: approx Perano. HEX triplet: 9C, B6 and FA. RGB value is (156,182,250). Sum of RGB (Red+Green+Blue) = 156+182+250=588 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.53% from 588); Green value is 182 (71.48% from 255 or 30.95% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #9CB6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CB6FA is #634905. Grayscale: #B5B5B5. Windows color (decimal): -6506758 or 16430748. OLE color: 16430748.

HSL color Cylindrical-coordinate representation of color #9CB6FA: hue angle of 223.4º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CB6FA is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB156182250-
CMYK0.380.2700.02
HSL223.4º90.38%79.61%-
HSV(B)223.4º37.6%98.04%-
XYZ47.6947.4397.08-
YUV181.98166.39109.47-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.53%
GREEN value IS 182 (71.48% from 255) = 30.95%
BLUE value IS 250 (98.05% from 255) = 42.52%
R=26.53%
G=30.95%
B=42.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1561822500.380.2700.02223.490.3879.61
Hex9CB6FA261B02df5a50
Octal234266372463302337132120
Binary100111001011011011111010100110110110101101111110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,182,250); }

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

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

 a { background-color: rgb(156,182,250); }

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

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

 span { border-color: rgb(156,182,250); }

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