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

📋 copy color: '#0FCFB6'

red 15 ◦ green 207 ◦ blue 182

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

Shades of Robin's Egg Blue #0FCFB6

Tints of Robin's Egg Blue #0FCFB6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 51.24%

 BLUE value IS 182 (71.48% from 255) = 45.05%

R = 3.71%
G = 51.24%
B = 45.05%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#0FCFB6 (or 0x0FCFB6) is known color: Robin's Egg Blue. HEX triplet: 0F, CF and B6. RGB value is (15,207,182). Sum of RGB (Red+Green+Blue) = 15+207+182=404 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.71% from 404); Green value is 207 (81.25% from 255 or 51.24% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCFB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCFB6 is #F03049. Grayscale: #929292. Windows color (decimal): -15741002 or 11980559. OLE color: 11980559.

HSL color Cylindrical-coordinate representation of color #0FCFB6: hue angle of 172.19º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCFB6 is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 207 182 -
CMYK 0.93 0 0.12 0.19
HSL 172.19º 0.86% 0.44% -
HSV(B) 172.19º 0.93% 0.81% -
XYZ 30.95 48.1 51.91 -
YUV 146.74 147.89 34.03 -
System Red Green Blue C M Y K H S L
Decimal 15 207 182 0.93 0 0.12 0.19 172.19 0.86 0.44
Hex F CF B6 5D 0 C 13 AC 56 2C
Octal 17 317 266 135 0 14 23 254 126 54
Binary 1111 11001111 10110110 1011101 0 1100 10011 10101100 1010110 101100

Color Harmonies of #0FCFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCFB6

Black with #0FCFB6

Text Example


Text Example

White with #0FCFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,207,182); }

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

background-color css

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

 a { background-color: rgb(15,207,182); }

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

border-color css

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

 span { border-color: rgb(15,207,182); }

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