#9DBFFE

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

Shades of Pale Cornflower Blue #9DBFFE

Tints of Pale Cornflower Blue #9DBFFE

Color information

#9DBFFE (or 0x9DBFFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9D, BF and FE. RGB value is (157,191,254). Sum of RGB (Red+Green+Blue) = 157+191+254=602 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.08% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DBFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBFFE is #624001. Grayscale: #BBBBBB. Windows color (decimal): -6438914 or 16695197. OLE color: 16695197.

HSL color Cylindrical-coordinate representation of color #9DBFFE: hue angle of 218.97º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DBFFE is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB157191254-
CMYK0.380.2500.00
HSL218.97º97.98%80.59%-
HSV(B)218.97º38.19%99.61%-
XYZ50.4251.59101.07-
YUV188.02165.24105.88-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.08%
GREEN value IS 191 (75% from 255) = 31.73%
BLUE value IS 254 (99.61% from 255) = 42.19%
R=26.08%
G=31.73%
B=42.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1571912540.380.2500.00218.9797.9880.59
Hex9DBFFE261900db6251
Octal235277376463100333142121
Binary10011101101111111111111010011011001001101101111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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