#9FCEFB

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

Shades of Pale Cornflower Blue #9FCEFB

Tints of Pale Cornflower Blue #9FCEFB

Color information

#9FCEFB (or 0x9FCEFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9F, CE and FB. RGB value is (159,206,251). Sum of RGB (Red+Green+Blue) = 159+206+251=616 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.81% from 616); Green value is 206 (80.86% from 255 or 33.44% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #9FCEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCEFB is #603104. Grayscale: #C4C4C4. Windows color (decimal): -6304005 or 16502431. OLE color: 16502431.

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

Color convert

RGB159206251-
CMYK0.370.1800.02
HSL209.35º92%80.39%-
HSV(B)209.35º36.65%98.43%-
XYZ53.7858.4899.72-
YUV197.08158.43100.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.81%
GREEN value IS 206 (80.86% from 255) = 33.44%
BLUE value IS 251 (98.44% from 255) = 40.75%
R=25.81%
G=33.44%
B=40.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1592062510.370.1800.02209.359280.39
Hex9FCEFB251202d15c50
Octal237316373452202321134120
Binary100111111100111011111011100101100100101101000110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,206,251); }

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

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

 a { background-color: rgb(159,206,251); }

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

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

 span { border-color: rgb(159,206,251); }

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