#9BC2FF

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

Shades of Pale Cornflower Blue #9BC2FF

Tints of Pale Cornflower Blue #9BC2FF

Color information

#9BC2FF (or 0x9BC2FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9B, C2 and FF. RGB value is (155,194,255). Sum of RGB (Red+Green+Blue) = 155+194+255=604 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.66% from 604); Green value is 194 (76.17% from 255 or 32.12% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BC2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC2FF is #643D00. Grayscale: #BDBDBD. Windows color (decimal): -6569217 or 16761499. OLE color: 16761499.

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

Color convert

RGB155194255-
CMYK0.390.2400
HSL216.6º100%80.39%-
HSV(B)216.6º39.22%100%-
XYZ50.8652.77102.11-
YUV189.29165.08103.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.66%
GREEN value IS 194 (76.17% from 255) = 32.12%
BLUE value IS 255 (100% from 255) = 42.22%
R=25.66%
G=32.12%
B=42.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1551942550.390.2400216.610080.39
Hex9BC2FF271800d96450
Octal233302377473000331144120
Binary10011011110000101111111110011111000001101100111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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