#9BBFFB

Color #9BBFFB Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #9BBFFB

Tints of Pale Cornflower Blue #9BBFFB

Color information

#9BBFFB (or 0x9BBFFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9B, BF and FB. RGB value is (155,191,251). Sum of RGB (Red+Green+Blue) = 155+191+251=597 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.96% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 251 - color contains mainly: blue. Hex color #9BBFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBFFB is #644004. Grayscale: #BABABA. Windows color (decimal): -6569989 or 16498587. OLE color: 16498587.

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

Color convert

RGB155191251-
CMYK0.380.2400.02
HSL217.5º92.31%79.61%-
HSV(B)217.5º38.25%98.43%-
XYZ49.5651.298.54-
YUV187.08164.07105.12-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.96%
GREEN value IS 191 (75% from 255) = 31.99%
BLUE value IS 251 (98.44% from 255) = 42.04%
R=25.96%
G=31.99%
B=42.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1551912510.380.2400.02217.592.3179.61
Hex9BBFFB261802da5c50
Octal233277373463002332134120
Binary100110111011111111111011100110110000101101101010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,191,251); }

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

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

 a { background-color: rgb(155,191,251); }

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

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

 span { border-color: rgb(155,191,251); }

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