#9CBDFB

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

Shades of Perano #9CBDFB

Tints of Perano #9CBDFB

Color information

#9CBDFB (or 0x9CBDFB) is unknown color: approx Perano. HEX triplet: 9C, BD and FB. RGB value is (156,189,251). Sum of RGB (Red+Green+Blue) = 156+189+251=596 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.17% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #9CBDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CBDFB is #634204. Grayscale: #B9B9B9. Windows color (decimal): -6504965 or 16498076. OLE color: 16498076.

HSL color Cylindrical-coordinate representation of color #9CBDFB: hue angle of 219.16º degrees, saturation: 0.92, 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 #9CBDFB is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB156189251-
CMYK0.380.2500.02
HSL219.16º92.23%79.8%-
HSV(B)219.16º37.85%98.43%-
XYZ49.3250.4398.4-
YUV186.2164.57106.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.17%
GREEN value IS 189 (74.22% from 255) = 31.71%
BLUE value IS 251 (98.44% from 255) = 42.11%
R=26.17%
G=31.71%
B=42.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1561892510.380.2500.02219.1692.2379.8
Hex9CBDFB261902db5c50
Octal234275373463102333134120
Binary100111001011110111111011100110110010101101101110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,189,251); }

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

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

 a { background-color: rgb(156,189,251); }

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

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

 span { border-color: rgb(156,189,251); }

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