#9FCAFE

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

Shades of Pale Cornflower Blue #9FCAFE

Tints of Pale Cornflower Blue #9FCAFE

Color information

#9FCAFE (or 0x9FCAFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9F, CA and FE. RGB value is (159,202,254). Sum of RGB (Red+Green+Blue) = 159+202+254=615 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.85% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FCAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCAFE is #603501. Grayscale: #C2C2C2. Windows color (decimal): -6305026 or 16698015. OLE color: 16698015.

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

Color convert

RGB159202254-
CMYK0.370.2000.00
HSL212.84º97.94%80.98%-
HSV(B)212.84º37.4%99.61%-
XYZ53.3156.77101.91-
YUV195.07161.25102.27-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.85%
GREEN value IS 202 (79.30% from 255) = 32.85%
BLUE value IS 254 (99.61% from 255) = 41.30%
R=25.85%
G=32.85%
B=41.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1592022540.370.2000.00212.8497.9480.98
Hex9FCAFE251400d56251
Octal237312376452400325142121
Binary10011111110010101111111010010110100001101010111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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