Html Css Color HEX #EBF0FA Solitude

📋 copy color: '#EBF0FA'

red 235 ◦ green 240 ◦ blue 250

#EBF0FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Solitude #EBF0FA

Tints of Solitude #EBF0FA

RGB

 RED value IS 235 (92.19% from 255) = 32.41%

 GREEN value IS 240 (94.14% from 255) = 33.1%

 BLUE value IS 250 (98.05% from 255) = 34.48%

R = 32.41%
G = 33.1%
B = 34.48%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EBF0FA (or 0xEBF0FA) is known color: Solitude. HEX triplet: EB, F0 and FA. RGB value is (235,240,250). Sum of RGB (Red+Green+Blue) = 235+240+250=725 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.41% from 725); Green value is 240 (94.14% from 255 or 33.10% from 725); Blue value is 250 (98.05% from 255 or 34.48% from 725); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBF0FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF0FA is #140F05. Grayscale: #EFEFEF. Windows color (decimal): -1314566 or 16445675. OLE color: 16445675.

HSL color Cylindrical-coordinate representation of color #EBF0FA: hue angle of 220º degrees, saturation: 0.6, 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 #EBF0FA is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 235 240 250 -
CMYK 0.06 0.04 0 0.02
HSL 220º 0.6% 0.95% -
HSV(B) 220º 0.06% 0.98% -
XYZ 82.68 86.88 102.86 -
YUV 239.65 133.84 124.69 -
System Red Green Blue C M Y K H S L
Decimal 235 240 250 0.06 0.04 0 0.02 220 0.6 0.95
Hex EB F0 FA 6 4 0 2 DC 3C 5F
Octal 353 360 372 6 4 0 2 334 74 137
Binary 11101011 11110000 11111010 110 100 0 10 11011100 111100 1011111

Color Harmonies of #EBF0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF0FA

Black with #EBF0FA

Text Example


Text Example

White with #EBF0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF0FA; }

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

 H1.HeaderClassName
 {
   color: #EBF0FA;
 }
 .AnyTagClassName
 {
   color: #EBF0FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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