#9FBDEF

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

Shades of Perano #9FBDEF

Tints of Perano #9FBDEF

Color information

#9FBDEF (or 0x9FBDEF) is unknown color: approx Perano. HEX triplet: 9F, BD and EF. RGB value is (159,189,239). Sum of RGB (Red+Green+Blue) = 159+189+239=587 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.09% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FBDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBDEF is #604210. Grayscale: #B9B9B9. Windows color (decimal): -6308369 or 15711647. OLE color: 15711647.

HSL color Cylindrical-coordinate representation of color #9FBDEF: hue angle of 217.5º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FBDEF is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB159189239-
CMYK0.330.2100.06
HSL217.5º71.43%78.04%-
HSV(B)217.5º33.47%93.73%-
XYZ48.085088.78-
YUV185.73158.06108.93-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.09%
GREEN value IS 189 (74.22% from 255) = 32.20%
BLUE value IS 239 (93.75% from 255) = 40.72%
R=27.09%
G=32.20%
B=40.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1591892390.330.2100.06217.571.4378.04
Hex9FBDEF211506da474e
Octal237275357412506332107116
Binary1001111110111101111011111000011010101101101101010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,189,239); }

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

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

 a { background-color: rgb(159,189,239); }

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

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

 span { border-color: rgb(159,189,239); }

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