#9BBEFB

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

Shades of Pale Cornflower Blue #9BBEFB

Tints of Pale Cornflower Blue #9BBEFB

Color information

#9BBEFB (or 0x9BBEFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9B, BE and FB. RGB value is (155,190,251). Sum of RGB (Red+Green+Blue) = 155+190+251=596 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.01% from 596); Green value is 190 (74.61% from 255 or 31.88% 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 #9BBEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBEFB is #644104. Grayscale: #BABABA. Windows color (decimal): -6570245 or 16498331. OLE color: 16498331.

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

Color convert

RGB155190251-
CMYK0.380.2400.02
HSL218.12º92.31%79.61%-
HSV(B)218.12º38.25%98.43%-
XYZ49.3450.7698.46-
YUV186.49164.4105.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.01%
GREEN value IS 190 (74.61% from 255) = 31.88%
BLUE value IS 251 (98.44% from 255) = 42.11%
R=26.01%
G=31.88%
B=42.11%

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
Decimal1551902510.380.2400.02218.1292.3179.61
Hex9BBEFB261802da5c50
Octal233276373463002332134120
Binary100110111011111011111011100110110000101101101010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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