#9FCAFF

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

Shades of Pale Cornflower Blue #9FCAFF

Tints of Pale Cornflower Blue #9FCAFF

Color information

#9FCAFF (or 0x9FCAFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9F, CA and FF. RGB value is (159,202,255). Sum of RGB (Red+Green+Blue) = 159+202+255=616 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.81% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FCAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCAFF is #603500. Grayscale: #C2C2C2. Windows color (decimal): -6305025 or 16763551. OLE color: 16763551.

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

Color convert

RGB159202255-
CMYK0.380.2100
HSL213.12º100%81.18%-
HSV(B)213.12º37.65%100%-
XYZ53.4756.83102.76-
YUV195.18161.75102.19-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.81%
GREEN value IS 202 (79.30% from 255) = 32.79%
BLUE value IS 255 (100% from 255) = 41.40%
R=25.81%
G=32.79%
B=41.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1592022550.380.2100213.1210081.18
Hex9FCAFF261500d56451
Octal237312377462500325144121
Binary10011111110010101111111110011010101001101010111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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