#9FCCFD

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

Shades of Pale Cornflower Blue #9FCCFD

Tints of Pale Cornflower Blue #9FCCFD

Color information

#9FCCFD (or 0x9FCCFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9F, CC and FD. RGB value is (159,204,253). Sum of RGB (Red+Green+Blue) = 159+204+253=616 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.81% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #9FCCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCCFD is #603302. Grayscale: #C3C3C3. Windows color (decimal): -6304515 or 16632991. OLE color: 16632991.

HSL color Cylindrical-coordinate representation of color #9FCCFD: hue angle of 211.28º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FCCFD is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB159204253-
CMYK0.370.1900.01
HSL211.28º95.92%80.78%-
HSV(B)211.28º37.15%99.22%-
XYZ53.6257.65101.23-
YUV196.13160.09101.52-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.81%
GREEN value IS 204 (80.08% from 255) = 33.12%
BLUE value IS 253 (99.22% from 255) = 41.07%
R=25.81%
G=33.12%
B=41.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1592042530.370.1900.01211.2895.9280.78
Hex9FCCFD251301d36051
Octal237314375452301323140121
Binary10011111110011001111110110010110011011101001111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,204,253); }

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

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

 a { background-color: rgb(159,204,253); }

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

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

 span { border-color: rgb(159,204,253); }

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