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

📋 copy color: '#0FE3BF'

red 15 ◦ green 227 ◦ blue 191

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

Shades of Robin's Egg Blue #0FE3BF

Tints of Robin's Egg Blue #0FE3BF

RGB

 RED value IS 15 (6.25% from 255) = 3.46%

 GREEN value IS 227 (89.06% from 255) = 52.42%

 BLUE value IS 191 (75% from 255) = 44.11%

R = 3.46%
G = 52.42%
B = 44.11%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#0FE3BF (or 0x0FE3BF) is known color: Robin's Egg Blue. HEX triplet: 0F, E3 and BF. RGB value is (15,227,191). Sum of RGB (Red+Green+Blue) = 15+227+191=433 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.46% from 433); Green value is 227 (89.06% from 255 or 52.42% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 227 - color contains mainly: green. Hex color #0FE3BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE3BF is #F01C40. Grayscale: #9F9F9F. Windows color (decimal): -15735873 or 12575503. OLE color: 12575503.

HSL color Cylindrical-coordinate representation of color #0FE3BF: hue angle of 169.81º 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 #0FE3BF is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 15 227 191 -
CMYK 0.93 0 0.16 0.11
HSL 169.81º 0.88% 0.47% -
HSV(B) 169.81º 0.93% 0.89% -
XYZ 37.07 58.8 58.69 -
YUV 159.51 145.76 24.93 -
System Red Green Blue C M Y K H S L
Decimal 15 227 191 0.93 0 0.16 0.11 169.81 0.88 0.47
Hex F E3 BF 5D 0 10 B AA 58 2F
Octal 17 343 277 135 0 20 13 252 130 57
Binary 1111 11100011 10111111 1011101 0 10000 1011 10101010 1011000 101111

Color Harmonies of #0FE3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE3BF

Black with #0FE3BF

Text Example


Text Example

White with #0FE3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,227,191); }

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

background-color css

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

 a { background-color: rgb(15,227,191); }

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

border-color css

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

 span { border-color: rgb(15,227,191); }

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