#9BC1FF

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

Shades of Pale Cornflower Blue #9BC1FF

Tints of Pale Cornflower Blue #9BC1FF

Color information

#9BC1FF (or 0x9BC1FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9B, C1 and FF. RGB value is (155,193,255). Sum of RGB (Red+Green+Blue) = 155+193+255=603 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.70% from 603); Green value is 193 (75.78% from 255 or 32.01% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BC1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC1FF is #643E00. Grayscale: #BCBCBC. Windows color (decimal): -6569473 or 16761243. OLE color: 16761243.

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

Color convert

RGB155193255-
CMYK0.390.2400
HSL217.2º100%80.39%-
HSV(B)217.2º39.22%100%-
XYZ50.6452.33102.04-
YUV188.71165.41103.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.70%
GREEN value IS 193 (75.78% from 255) = 32.01%
BLUE value IS 255 (100% from 255) = 42.29%
R=25.70%
G=32.01%
B=42.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1551932550.390.2400217.210080.39
Hex9BC1FF271800d96450
Octal233301377473000331144120
Binary10011011110000011111111110011111000001101100111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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