#9FCBFF

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

Shades of Pale Cornflower Blue #9FCBFF

Tints of Pale Cornflower Blue #9FCBFF

Color information

#9FCBFF (or 0x9FCBFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9F, CB and FF. RGB value is (159,203,255). Sum of RGB (Red+Green+Blue) = 159+203+255=617 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.77% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FCBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCBFF is #603400. Grayscale: #C3C3C3. Windows color (decimal): -6304769 or 16763807. OLE color: 16763807.

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

Color convert

RGB159203255-
CMYK0.380.2000
HSL212.5º100%81.18%-
HSV(B)212.5º37.65%100%-
XYZ53.757.3102.84-
YUV195.77161.42101.77-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.77%
GREEN value IS 203 (79.69% from 255) = 32.90%
BLUE value IS 255 (100% from 255) = 41.33%
R=25.77%
G=32.90%
B=41.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1592032550.380.2000212.510081.18
Hex9FCBFF261400d46451
Octal237313377462400324144121
Binary10011111110010111111111110011010100001101010011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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