Html Css Color HEX #0FE2BA Robin's Egg Blue

📋 copy color: '#0FE2BA'

red 15 ◦ green 226 ◦ blue 186

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

Shades of Robin's Egg Blue #0FE2BA

Tints of Robin's Egg Blue #0FE2BA

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 value IS 0.93

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#0FE2BA (or 0x0FE2BA) is known color: 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

RGB 15 226 186 -
CMYK 0.93 0 0.18 0.11
HSL 168.63º 0.88% 0.47% -
HSV(B) 168.63º 0.93% 0.89% -
XYZ 36.26 58.04 55.75 -
YUV 158.35 143.6 25.75 -
System Red Green Blue C M Y K H S L
Decimal 15 226 186 0.93 0 0.18 0.11 168.63 0.88 0.47
Hex F E2 BA 5D 0 12 B A9 58 2F
Octal 17 342 272 135 0 22 13 251 130 57
Binary 1111 11100010 10111010 1011101 0 10010 1011 10101001 1011000 101111

Color Harmonies of #0FE2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE2BA

Black with #0FE2BA

Text Example


Text Example

White with #0FE2BA

Text Example


Text Example

HTML Codes & Css Web 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>