#0FE2BA

Color #0FE2BA Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #0FE2BA

Tints of Robin's Egg Blue #0FE2BA

Color information

#0FE2BA (or 0x0FE2BA) is unknown color: approx Robin's Egg Blue. HEX triplet: 0F, E2 and BA. RGB value is (15,226,186). Sum of RGB (Red+Green+Blue) = 15+226+186=427 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.51% from 427); Green value is 226 (88.67% from 255 or 52.93% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 226 - color contains mainly: green. Hex color #0FE2BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE2BA is #F01D45. Grayscale: #9E9E9E. Windows color (decimal): -15736134 or 12247567. OLE color: 12247567.

HSL color Cylindrical-coordinate representation of color #0FE2BA: hue angle of 168.63º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE2BA is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB15226186-
CMYK0.9300.180.11
HSL168.63º87.55%47.25%-
HSV(B)168.63º93.36%88.63%-
XYZ36.2658.0455.75-
YUV158.35143.625.75-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.51%
GREEN value IS 226 (88.67% from 255) = 52.93%
BLUE value IS 186 (73.05% from 255) = 43.56%
R=3.51%
G=52.93%
B=43.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal152261860.9300.180.11168.6387.5547.25
HexFE2BA5D012Ba9582f
Octal173422721350221325113057
Binary1111111000101011101010111010100101011101010011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FE2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0FE2BA; }

 p { color: rgb(15,226,186); }

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

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

 a { background-color: rgb(15,226,186); }

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

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

 span { border-color: rgb(15,226,186); }

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