#9EBFFF

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

Shades of Pale Cornflower Blue #9EBFFF

Tints of Pale Cornflower Blue #9EBFFF

Color information

#9EBFFF (or 0x9EBFFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9E, BF and FF. RGB value is (158,191,255). Sum of RGB (Red+Green+Blue) = 158+191+255=604 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.16% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EBFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EBFFF is #614000. Grayscale: #BCBCBC. Windows color (decimal): -6373377 or 16760734. OLE color: 16760734.

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

Color convert

RGB158191255-
CMYK0.380.2500
HSL219.59º100%80.98%-
HSV(B)219.59º38.04%100%-
XYZ50.7851.75101.92-
YUV188.43165.57106.3-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.16%
GREEN value IS 191 (75% from 255) = 31.62%
BLUE value IS 255 (100% from 255) = 42.22%
R=26.16%
G=31.62%
B=42.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1581912550.380.2500219.5910080.98
Hex9EBFFF261900dc6451
Octal236277377463100334144121
Binary10011110101111111111111110011011001001101110011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,191,255); }

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

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

 a { background-color: rgb(158,191,255); }

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

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

 span { border-color: rgb(158,191,255); }

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