#9BC5FA

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

Shades of Pale Cornflower Blue #9BC5FA

Tints of Pale Cornflower Blue #9BC5FA

Color information

#9BC5FA (or 0x9BC5FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9B, C5 and FA. RGB value is (155,197,250). Sum of RGB (Red+Green+Blue) = 155+197+250=602 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.75% from 602); Green value is 197 (77.34% from 255 or 32.72% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #9BC5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC5FA is #643A05. Grayscale: #BEBEBE. Windows color (decimal): -6568454 or 16434587. OLE color: 16434587.

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

Color convert

RGB155197250-
CMYK0.380.2100.02
HSL213.47º90.48%79.41%-
HSV(B)213.47º38%98.04%-
XYZ50.7453.898.15-
YUV190.48161.59102.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.75%
GREEN value IS 197 (77.34% from 255) = 32.72%
BLUE value IS 250 (98.05% from 255) = 41.53%
R=25.75%
G=32.72%
B=41.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1551972500.380.2100.02213.4790.4879.41
Hex9BC5FA261502d55a4f
Octal233305372462502325132117
Binary100110111100010111111010100110101010101101010110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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