#9BCBFF

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

Shades of Pale Cornflower Blue #9BCBFF

Tints of Pale Cornflower Blue #9BCBFF

Color information

#9BCBFF (or 0x9BCBFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9B, CB and FF. RGB value is (155,203,255). Sum of RGB (Red+Green+Blue) = 155+203+255=613 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.29% from 613); Green value is 203 (79.69% from 255 or 33.12% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BCBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCBFF is #643400. Grayscale: #C2C2C2. Windows color (decimal): -6566913 or 16763803. OLE color: 16763803.

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

Color convert

RGB155203255-
CMYK0.390.2000
HSL211.2º100%80.39%-
HSV(B)211.2º39.22%100%-
XYZ52.9256.9102.8-
YUV194.58162.199.77-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.29%
GREEN value IS 203 (79.69% from 255) = 33.12%
BLUE value IS 255 (100% from 255) = 41.60%
R=25.29%
G=33.12%
B=41.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1552032550.390.2000211.210080.39
Hex9BCBFF271400d36450
Octal233313377472400323144120
Binary10011011110010111111111110011110100001101001111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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