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

📋 copy color: '#0FE0BD'

red 15 ◦ green 224 ◦ blue 189

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

Shades of Robin's Egg Blue #0FE0BD

Tints of Robin's Egg Blue #0FE0BD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 52.34%

 BLUE value IS 189 (74.22% from 255) = 44.16%

R = 3.5%
G = 52.34%
B = 44.16%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#0FE0BD (or 0x0FE0BD) is known color: Robin's Egg Blue. HEX triplet: 0F, E0 and BD. RGB value is (15,224,189). Sum of RGB (Red+Green+Blue) = 15+224+189=428 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.50% from 428); Green value is 224 (87.89% from 255 or 52.34% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 224 - color contains mainly: green. Hex color #0FE0BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE0BD is #F01F42. Grayscale: #9D9D9D. Windows color (decimal): -15736643 or 12443663. OLE color: 12443663.

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

Color convert

RGB 15 224 189 -
CMYK 0.93 0 0.16 0.12
HSL 169.95º 0.87% 0.47% -
HSV(B) 169.95º 0.93% 0.88% -
XYZ 36.04 57.09 57.26 -
YUV 157.52 145.76 26.35 -
System Red Green Blue C M Y K H S L
Decimal 15 224 189 0.93 0 0.16 0.12 169.95 0.87 0.47
Hex F E0 BD 5D 0 10 C AA 57 2F
Octal 17 340 275 135 0 20 14 252 127 57
Binary 1111 11100000 10111101 1011101 0 10000 1100 10101010 1010111 101111

Color Harmonies of #0FE0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE0BD

Black with #0FE0BD

Text Example


Text Example

White with #0FE0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,224,189); }

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

background-color css

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

 a { background-color: rgb(15,224,189); }

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

border-color css

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

 span { border-color: rgb(15,224,189); }

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