#9FC4FF

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

Shades of Pale Cornflower Blue #9FC4FF

Tints of Pale Cornflower Blue #9FC4FF

Color information

#9FC4FF (or 0x9FC4FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9F, C4 and FF. RGB value is (159,196,255). Sum of RGB (Red+Green+Blue) = 159+196+255=610 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.07% from 610); Green value is 196 (76.95% from 255 or 32.13% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FC4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FC4FF is #603B00. Grayscale: #BFBFBF. Windows color (decimal): -6306561 or 16762015. OLE color: 16762015.

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

Color convert

RGB159196255-
CMYK0.380.2300
HSL216.88º100%81.18%-
HSV(B)216.88º37.65%100%-
XYZ52.0954.07102.3-
YUV191.66163.74104.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.07%
GREEN value IS 196 (76.95% from 255) = 32.13%
BLUE value IS 255 (100% from 255) = 41.80%
R=26.07%
G=32.13%
B=41.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1591962550.380.2300216.8810081.18
Hex9FC4FF261700d96451
Octal237304377462700331144121
Binary10011111110001001111111110011010111001101100111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,196,255); }

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

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

 a { background-color: rgb(159,196,255); }

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

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

 span { border-color: rgb(159,196,255); }

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