#EBF0FF

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

Shades of Solitude #EBF0FF

Tints of Solitude #EBF0FF

Color information

#EBF0FF (or 0xEBF0FF) is unknown color: approx Solitude. HEX triplet: EB, F0 and FF. RGB value is (235,240,255). Sum of RGB (Red+Green+Blue) = 235+240+255=730 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.19% from 730); Green value is 240 (94.14% from 255 or 32.88% from 730); Blue value is 255 (100% from 255 or 34.93% from 730); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBF0FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF0FF is #140F00. Grayscale: #F0F0F0. Windows color (decimal): -1314561 or 16773355. OLE color: 16773355.

HSL color Cylindrical-coordinate representation of color #EBF0FF: hue angle of 225º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBF0FF is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB235240255-
CMYK0.080.0600
HSL225º100%96.08%-
HSV(B)225º7.84%100%-
XYZ83.4787.2107.04-
YUV240.21136.34124.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.19%
GREEN value IS 240 (94.14% from 255) = 32.88%
BLUE value IS 255 (100% from 255) = 34.93%
R=32.19%
G=32.88%
B=34.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352402550.080.060022510096.08
HexEBF0FF8600e16460
Octal35336037710600341144140
Binary1110101111110000111111111000110001110000111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF0FF; }

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

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

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

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

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

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

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

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