#9BC5FE

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

Shades of Pale Cornflower Blue #9BC5FE

Tints of Pale Cornflower Blue #9BC5FE

Color information

#9BC5FE (or 0x9BC5FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9B, C5 and FE. RGB value is (155,197,254). Sum of RGB (Red+Green+Blue) = 155+197+254=606 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.58% from 606); Green value is 197 (77.34% from 255 or 32.51% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #9BC5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC5FE is #643A01. Grayscale: #BEBEBE. Windows color (decimal): -6568450 or 16696731. OLE color: 16696731.

HSL color Cylindrical-coordinate representation of color #9BC5FE: hue angle of 214.55º 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 #9BC5FE is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB155197254-
CMYK0.390.2200.00
HSL214.55º98.02%80.2%-
HSV(B)214.55º38.98%99.61%-
XYZ51.3754.06101.49-
YUV190.94163.59102.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.58%
GREEN value IS 197 (77.34% from 255) = 32.51%
BLUE value IS 254 (99.61% from 255) = 41.91%
R=25.58%
G=32.51%
B=41.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1551972540.390.2200.00214.5598.0280.2
Hex9BC5FE271600d76250
Octal233305376472600327142120
Binary10011011110001011111111010011110110001101011111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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