#EBF0FC

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

Shades of Solitude #EBF0FC

Tints of Solitude #EBF0FC

Color information

#EBF0FC (or 0xEBF0FC) is unknown color: approx Solitude. HEX triplet: EB, F0 and FC. RGB value is (235,240,252). Sum of RGB (Red+Green+Blue) = 235+240+252=727 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.32% from 727); Green value is 240 (94.14% from 255 or 33.01% from 727); Blue value is 252 (98.83% from 255 or 34.66% from 727); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBF0FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF0FC is #140F03. Grayscale: #EFEFEF. Windows color (decimal): -1314564 or 16576747. OLE color: 16576747.

HSL color Cylindrical-coordinate representation of color #EBF0FC: hue angle of 222.35º degrees, saturation: 0.74, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBF0FC is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB235240252-
CMYK0.070.0500.01
HSL222.35º73.91%95.49%-
HSV(B)222.35º6.75%98.82%-
XYZ82.9987.01104.52-
YUV239.87134.84124.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.32%
GREEN value IS 240 (94.14% from 255) = 33.01%
BLUE value IS 252 (98.83% from 255) = 34.66%
R=32.32%
G=33.01%
B=34.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352402520.070.0500.01222.3573.9195.49
HexEBF0FC7501de4a5f
Octal3533603747501336112137
Binary111010111111000011111100111101011101111010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF0FC; }

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

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

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

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

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

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

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

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