Html Css Color HEX #E6F0FB Solitude

📋 copy color: '#E6F0FB'

red 230 ◦ green 240 ◦ blue 251

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

Shades of Solitude #E6F0FB

Tints of Solitude #E6F0FB

RGB

 RED value IS 230 (90.23% from 255) = 31.9%

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

 BLUE value IS 251 (98.44% from 255) = 34.81%

R = 31.9%
G = 33.29%
B = 34.81%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E6F0FB (or 0xE6F0FB) is known color: Solitude. HEX triplet: E6, F0 and FB. RGB value is (230,240,251). Sum of RGB (Red+Green+Blue) = 230+240+251=721 (95% of max value = 765). Red value is 230 (90.23% from 255 or 31.90% from 721); Green value is 240 (94.14% from 255 or 33.29% from 721); Blue value is 251 (98.44% from 255 or 34.81% from 721); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6F0FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6F0FB is #190F04. Grayscale: #EEEEEE. Windows color (decimal): -1642245 or 16511206. OLE color: 16511206.

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

Color convert

RGB 230 240 251 -
CMYK 0.08 0.04 0 0.02
HSL 211.43º 0.72% 0.94% -
HSV(B) 211.43º 0.08% 0.98% -
XYZ 81.21 86.11 103.61 -
YUV 238.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 230 240 251 0.08 0.04 0 0.02 211.43 0.72 0.94
Hex E6 F0 FB 8 4 0 2 D3 48 5E
Octal 346 360 373 10 4 0 2 323 110 136
Binary 11100110 11110000 11111011 1000 100 0 10 11010011 1001000 1011110

Color Harmonies of #E6F0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6F0FB

Black with #E6F0FB

Text Example


Text Example

White with #E6F0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6F0FB; }

 p { color: rgb(230,240,251); }

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

background-color css

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

 a { background-color: rgb(230,240,251); }

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

border-color css

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

 span { border-color: rgb(230,240,251); }

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