#9BBEFA

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

Shades of Pale Cornflower Blue #9BBEFA

Tints of Pale Cornflower Blue #9BBEFA

Color information

#9BBEFA (or 0x9BBEFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9B, BE and FA. RGB value is (155,190,250). Sum of RGB (Red+Green+Blue) = 155+190+250=595 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.05% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #9BBEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBEFA is #644105. Grayscale: #BABABA. Windows color (decimal): -6570246 or 16432795. OLE color: 16432795.

HSL color Cylindrical-coordinate representation of color #9BBEFA: hue angle of 217.89º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BBEFA is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB155190250-
CMYK0.380.2400.02
HSL217.89º90.48%79.41%-
HSV(B)217.89º38%98.04%-
XYZ49.1950.797.64-
YUV186.38163.9105.62-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.05%
GREEN value IS 190 (74.61% from 255) = 31.93%
BLUE value IS 250 (98.05% from 255) = 42.02%
R=26.05%
G=31.93%
B=42.02%

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
Decimal1551902500.380.2400.02217.8990.4879.41
Hex9BBEFA261802da5a4f
Octal233276372463002332132117
Binary100110111011111011111010100110110000101101101010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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