#EBF0F9

Color #EBF0F9 Solitude (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solitude #EBF0F9

Tints of Solitude #EBF0F9

Color information

#EBF0F9 (or 0xEBF0F9) is unknown color: approx Solitude. HEX triplet: EB, F0 and F9. RGB value is (235,240,249). Sum of RGB (Red+Green+Blue) = 235+240+249=724 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.46% from 724); Green value is 240 (94.14% from 255 or 33.15% from 724); Blue value is 249 (97.66% from 255 or 34.39% from 724); Max value from RGB is 249 - color contains mainly: blue. Hex color #EBF0F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF0F9 is #140F06. Grayscale: #EFEFEF. Windows color (decimal): -1314567 or 16380139. OLE color: 16380139.

HSL color Cylindrical-coordinate representation of color #EBF0F9: hue angle of 218.57º degrees, saturation: 0.54, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBF0F9 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235240249-
CMYK0.060.0400.02
HSL218.57º53.85%94.9%-
HSV(B)218.57º5.62%97.65%-
XYZ82.5286.82102.03-
YUV239.53133.34124.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.46%
GREEN value IS 240 (94.14% from 255) = 33.15%
BLUE value IS 249 (97.66% from 255) = 34.39%
R=32.46%
G=33.15%
B=34.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352402490.060.0400.02218.5753.8594.9
HexEBF0F96402db365f
Octal353360371640233366137
Binary111010111111000011111001110100010110110111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF0F9; }

 p { color: rgb(235,240,249); }

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

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

 a { background-color: rgb(235,240,249); }

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

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

 span { border-color: rgb(235,240,249); }

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