#9FBBED

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

Shades of Perano #9FBBED

Tints of Perano #9FBBED

Color information

#9FBBED (or 0x9FBBED) is unknown color: approx Perano. HEX triplet: 9F, BB and ED. RGB value is (159,187,237). Sum of RGB (Red+Green+Blue) = 159+187+237=583 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.27% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 237 - color contains mainly: blue. Hex color #9FBBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBBED is #604412. Grayscale: #B8B8B8. Windows color (decimal): -6308883 or 15580063. OLE color: 15580063.

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

Color convert

RGB159187237-
CMYK0.330.2100.07
HSL218.46º68.42%77.65%-
HSV(B)218.46º32.91%92.94%-
XYZ47.3549.0387.09-
YUV184.33157.72109.93-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.27%
GREEN value IS 187 (73.44% from 255) = 32.08%
BLUE value IS 237 (92.97% from 255) = 40.65%
R=27.27%
G=32.08%
B=40.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1591872370.330.2100.07218.4668.4277.65
Hex9FBBED211507da444e
Octal237273355412507332104116
Binary1001111110111011111011011000011010101111101101010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,187,237); }

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

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

 a { background-color: rgb(159,187,237); }

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

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

 span { border-color: rgb(159,187,237); }

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