#9BBFFD

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

Shades of Pale Cornflower Blue #9BBFFD

Tints of Pale Cornflower Blue #9BBFFD

Color information

#9BBFFD (or 0x9BBFFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9B, BF and FD. RGB value is (155,191,253). Sum of RGB (Red+Green+Blue) = 155+191+253=599 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.88% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #9BBFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBFFD is #644002. Grayscale: #BBBBBB. Windows color (decimal): -6569987 or 16629659. OLE color: 16629659.

HSL color Cylindrical-coordinate representation of color #9BBFFD: hue angle of 217.96º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BBFFD is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB155191253-
CMYK0.390.2500.01
HSL217.96º96.08%80%-
HSV(B)217.96º38.74%99.22%-
XYZ49.8851.32100.21-
YUV187.3165.07104.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.88%
GREEN value IS 191 (75% from 255) = 31.89%
BLUE value IS 253 (99.22% from 255) = 42.24%
R=25.88%
G=31.89%
B=42.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1551912530.390.2500.01217.9696.0880
Hex9BBFFD271901da6050
Octal233277375473101332140120
Binary10011011101111111111110110011111001011101101011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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