Html Css Color HEX #E6F1EA Bubbles

📋 copy color: '#E6F1EA'

red 230 ◦ green 241 ◦ blue 234

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

Shades of Bubbles #E6F1EA

Tints of Bubbles #E6F1EA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 34.18%

 BLUE value IS 234 (91.8% from 255) = 33.19%

R = 32.62%
G = 34.18%
B = 33.19%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#E6F1EA (or 0xE6F1EA) is known color: Bubbles. HEX triplet: E6, F1 and EA. RGB value is (230,241,234). Sum of RGB (Red+Green+Blue) = 230+241+234=705 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.62% from 705); Green value is 241 (94.53% from 255 or 34.18% from 705); Blue value is 234 (91.80% from 255 or 33.19% from 705); Max value from RGB is 241 - color contains mainly: green. Hex color #E6F1EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6F1EA is #190E15. Grayscale: #ECECEC. Windows color (decimal): -1642006 or 15397350. OLE color: 15397350.

HSL color Cylindrical-coordinate representation of color #E6F1EA: hue angle of 141.82º degrees, saturation: 0.28, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E6F1EA is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 230 241 234 -
CMYK 0.05 0 0.03 0.05
HSL 141.82º 0.28% 0.92% -
HSV(B) 141.82º 0.05% 0.95% -
XYZ 78.94 85.67 90.22 -
YUV 236.91 126.36 123.07 -
System Red Green Blue C M Y K H S L
Decimal 230 241 234 0.05 0 0.03 0.05 141.82 0.28 0.92
Hex E6 F1 EA 5 0 3 5 8E 1C 5C
Octal 346 361 352 5 0 3 5 216 34 134
Binary 11100110 11110001 11101010 101 0 11 101 10001110 11100 1011100

Color Harmonies of #E6F1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6F1EA

Black with #E6F1EA

Text Example


Text Example

White with #E6F1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6F1EA; }

 p { color: rgb(230,241,234); }

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

background-color css

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

 a { background-color: rgb(230,241,234); }

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

border-color css

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

 span { border-color: rgb(230,241,234); }

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