#9BC3FE

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

Shades of Pale Cornflower Blue #9BC3FE

Tints of Pale Cornflower Blue #9BC3FE

Color information

#9BC3FE (or 0x9BC3FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9B, C3 and FE. RGB value is (155,195,254). Sum of RGB (Red+Green+Blue) = 155+195+254=604 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.66% from 604); Green value is 195 (76.56% from 255 or 32.28% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #9BC3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC3FE is #643C01. Grayscale: #BDBDBD. Windows color (decimal): -6568962 or 16696219. OLE color: 16696219.

HSL color Cylindrical-coordinate representation of color #9BC3FE: hue angle of 215.76º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BC3FE is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB155195254-
CMYK0.390.2300.00
HSL215.76º98.02%80.2%-
HSV(B)215.76º38.98%99.61%-
XYZ50.9253.15101.34-
YUV189.77164.25103.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.66%
GREEN value IS 195 (76.56% from 255) = 32.28%
BLUE value IS 254 (99.61% from 255) = 42.05%
R=25.66%
G=32.28%
B=42.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1551952540.390.2300.00215.7698.0280.2
Hex9BC3FE271700d86250
Octal233303376472700330142120
Binary10011011110000111111111010011110111001101100011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,195,254); }

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

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

 a { background-color: rgb(155,195,254); }

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

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

 span { border-color: rgb(155,195,254); }

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