#9FCDFA

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

Shades of Pale Cornflower Blue #9FCDFA

Tints of Pale Cornflower Blue #9FCDFA

Color information

#9FCDFA (or 0x9FCDFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9F, CD and FA. RGB value is (159,205,250). Sum of RGB (Red+Green+Blue) = 159+205+250=614 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.90% from 614); Green value is 205 (80.47% from 255 or 33.39% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #9FCDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCDFA is #603205. Grayscale: #C4C4C4. Windows color (decimal): -6304262 or 16436639. OLE color: 16436639.

HSL color Cylindrical-coordinate representation of color #9FCDFA: hue angle of 209.67º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FCDFA is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB159205250-
CMYK0.360.1800.02
HSL209.67º90.1%80.2%-
HSV(B)209.67º36.4%98.04%-
XYZ53.3857.9498.81-
YUV196.38158.26101.34-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.90%
GREEN value IS 205 (80.47% from 255) = 33.39%
BLUE value IS 250 (98.05% from 255) = 40.72%
R=25.90%
G=33.39%
B=40.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1592052500.360.1800.02209.6790.180.2
Hex9FCDFA241202d25a50
Octal237315372442202322132120
Binary100111111100110111111010100100100100101101001010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,205,250); }

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

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

 a { background-color: rgb(159,205,250); }

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

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

 span { border-color: rgb(159,205,250); }

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