#DEF9EA

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

Shades of Bubbles #DEF9EA

Tints of Bubbles #DEF9EA

Color information

#DEF9EA (or 0xDEF9EA) is unknown color: approx Bubbles. HEX triplet: DE, F9 and EA. RGB value is (222,249,234). Sum of RGB (Red+Green+Blue) = 222+249+234=705 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.49% from 705); Green value is 249 (97.66% from 255 or 35.32% from 705); Blue value is 234 (91.80% from 255 or 33.19% from 705); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF9EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF9EA is #210615. Grayscale: #EFEFEF. Windows color (decimal): -2164246 or 15399390. OLE color: 15399390.

HSL color Cylindrical-coordinate representation of color #DEF9EA: hue angle of 146.67º degrees, saturation: 0.69, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEF9EA is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB222249234-
CMYK0.1100.060.02
HSL146.67º69.23%92.35%-
HSV(B)146.67º10.84%97.65%-
XYZ78.8589.2290.91-
YUV239.22125.05115.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.49%
GREEN value IS 249 (97.66% from 255) = 35.32%
BLUE value IS 234 (91.80% from 255) = 33.19%
R=31.49%
G=35.32%
B=33.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222492340.1100.060.02146.6769.2392.35
HexDEF9EAB06293455c
Octal33637135213062223105134
Binary11011110111110011110101010110110101001001110001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF9EA; }

 p { color: rgb(222,249,234); }

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

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

 a { background-color: rgb(222,249,234); }

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

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

 span { border-color: rgb(222,249,234); }

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