#9BC8FB

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

Shades of Pale Cornflower Blue #9BC8FB

Tints of Pale Cornflower Blue #9BC8FB

Color information

#9BC8FB (or 0x9BC8FB) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9B, C8 and FB. RGB value is (155,200,251). Sum of RGB (Red+Green+Blue) = 155+200+251=606 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.58% from 606); Green value is 200 (78.52% from 255 or 33.00% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 251 - color contains mainly: blue. Hex color #9BC8FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC8FB is #643704. Grayscale: #C0C0C0. Windows color (decimal): -6567685 or 16500891. OLE color: 16500891.

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

Color convert

RGB155200251-
CMYK0.380.2000.02
HSL211.88º92.31%79.61%-
HSV(B)211.88º38.25%98.43%-
XYZ51.5855.2499.21-
YUV192.36161.09101.35-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.58%
GREEN value IS 200 (78.52% from 255) = 33.00%
BLUE value IS 251 (98.44% from 255) = 41.42%
R=25.58%
G=33.00%
B=41.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552002510.380.2000.02211.8892.3179.61
Hex9BC8FB261402d45c50
Octal233310373462402324134120
Binary100110111100100011111011100110101000101101010010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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