#9BC9FE

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

Shades of Pale Cornflower Blue #9BC9FE

Tints of Pale Cornflower Blue #9BC9FE

Color information

#9BC9FE (or 0x9BC9FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9B, C9 and FE. RGB value is (155,201,254). Sum of RGB (Red+Green+Blue) = 155+201+254=610 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.41% from 610); Green value is 201 (78.91% from 255 or 32.95% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #9BC9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC9FE is #643601. Grayscale: #C1C1C1. Windows color (decimal): -6567426 or 16697755. OLE color: 16697755.

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

Color convert

RGB155201254-
CMYK0.390.2100.00
HSL212.12º98.02%80.2%-
HSV(B)212.12º38.98%99.61%-
XYZ52.2955.9101.8-
YUV193.29162.26100.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.41%
GREEN value IS 201 (78.91% from 255) = 32.95%
BLUE value IS 254 (99.61% from 255) = 41.64%
R=25.41%
G=32.95%
B=41.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1552012540.390.2100.00212.1298.0280.2
Hex9BC9FE271500d46250
Octal233311376472500324142120
Binary10011011110010011111111010011110101001101010011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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