#9DBFFC

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

Shades of Pale Cornflower Blue #9DBFFC

Tints of Pale Cornflower Blue #9DBFFC

Color information

#9DBFFC (or 0x9DBFFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9D, BF and FC. RGB value is (157,191,252). Sum of RGB (Red+Green+Blue) = 157+191+252=600 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.17% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #9DBFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBFFC is #624003. Grayscale: #BBBBBB. Windows color (decimal): -6438916 or 16564125. OLE color: 16564125.

HSL color Cylindrical-coordinate representation of color #9DBFFC: hue angle of 218.53º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DBFFC is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB157191252-
CMYK0.380.2400.01
HSL218.53º94.06%80.2%-
HSV(B)218.53º37.7%98.82%-
XYZ50.1151.4699.39-
YUV187.79164.24106.04-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.17%
GREEN value IS 191 (75% from 255) = 31.83%
BLUE value IS 252 (98.83% from 255) = 42%
R=26.17%
G=31.83%
B=42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1571912520.380.2400.01218.5394.0680.2
Hex9DBFFC261801db5e50
Octal235277374463001333136120
Binary10011101101111111111110010011011000011101101110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,191,252); }

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

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

 a { background-color: rgb(157,191,252); }

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

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

 span { border-color: rgb(157,191,252); }

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