#9BC9FF

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

Shades of Pale Cornflower Blue #9BC9FF

Tints of Pale Cornflower Blue #9BC9FF

Color information

#9BC9FF (or 0x9BC9FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9B, C9 and FF. RGB value is (155,201,255). Sum of RGB (Red+Green+Blue) = 155+201+255=611 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.37% from 611); Green value is 201 (78.91% from 255 or 32.90% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BC9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC9FF is #643600. Grayscale: #C1C1C1. Windows color (decimal): -6567425 or 16763291. OLE color: 16763291.

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

Color convert

RGB155201255-
CMYK0.390.2100
HSL212.4º100%80.39%-
HSV(B)212.4º39.22%100%-
XYZ52.4555.96102.64-
YUV193.4162.76100.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.37%
GREEN value IS 201 (78.91% from 255) = 32.90%
BLUE value IS 255 (100% from 255) = 41.73%
R=25.37%
G=32.90%
B=41.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1552012550.390.2100212.410080.39
Hex9BC9FF271500d46450
Octal233311377472500324144120
Binary10011011110010011111111110011110101001101010011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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