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

📋 copy color: '#0FD6BA'

red 15 ◦ green 214 ◦ blue 186

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

Shades of Robin's Egg Blue #0FD6BA

Tints of Robin's Egg Blue #0FD6BA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 51.57%

 BLUE value IS 186 (73.05% from 255) = 44.82%

R = 3.61%
G = 51.57%
B = 44.82%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#0FD6BA (or 0x0FD6BA) is known color: Robin's Egg Blue. HEX triplet: 0F, D6 and BA. RGB value is (15,214,186). Sum of RGB (Red+Green+Blue) = 15+214+186=415 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.61% from 415); Green value is 214 (83.98% from 255 or 51.57% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 214 - color contains mainly: green. Hex color #0FD6BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FD6BA is #F02945. Grayscale: #979797. Windows color (decimal): -15739206 or 12244495. OLE color: 12244495.

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

Color convert

RGB 15 214 186 -
CMYK 0.93 0 0.13 0.16
HSL 171.56º 0.87% 0.45% -
HSV(B) 171.56º 0.93% 0.84% -
XYZ 33.11 51.74 54.7 -
YUV 151.31 147.57 30.78 -
System Red Green Blue C M Y K H S L
Decimal 15 214 186 0.93 0 0.13 0.16 171.56 0.87 0.45
Hex F D6 BA 5D 0 D 10 AC 57 2D
Octal 17 326 272 135 0 15 20 254 127 55
Binary 1111 11010110 10111010 1011101 0 1101 10000 10101100 1010111 101101

Color Harmonies of #0FD6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD6BA

Black with #0FD6BA

Text Example


Text Example

White with #0FD6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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