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

📋 copy color: '#0FC6BC'

red 15 ◦ green 198 ◦ blue 188

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

Shades of Robin's Egg Blue #0FC6BC

Tints of Robin's Egg Blue #0FC6BC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.38%

 BLUE value IS 188 (73.83% from 255) = 46.88%

R = 3.74%
G = 49.38%
B = 46.88%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#0FC6BC (or 0x0FC6BC) is known color: Robin's Egg Blue. HEX triplet: 0F, C6 and BC. RGB value is (15,198,188). Sum of RGB (Red+Green+Blue) = 15+198+188=401 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.74% from 401); Green value is 198 (77.73% from 255 or 49.38% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 198 - color contains mainly: green. Hex color #0FC6BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC6BC is #F03943. Grayscale: #8E8E8E. Windows color (decimal): -15743300 or 12371471. OLE color: 12371471.

HSL color Cylindrical-coordinate representation of color #0FC6BC: hue angle of 176.72º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC6BC is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 15 198 188 -
CMYK 0.92 0 0.05 0.22
HSL 176.72º 0.86% 0.42% -
HSV(B) 176.72º 0.92% 0.78% -
XYZ 29.47 44.12 54.54 -
YUV 142.14 153.87 37.31 -
System Red Green Blue C M Y K H S L
Decimal 15 198 188 0.92 0 0.05 0.22 176.72 0.86 0.42
Hex F C6 BC 5C 0 5 16 B1 56 2A
Octal 17 306 274 134 0 5 26 261 126 52
Binary 1111 11000110 10111100 1011100 0 101 10110 10110001 1010110 101010

Color Harmonies of #0FC6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC6BC

Black with #0FC6BC

Text Example


Text Example

White with #0FC6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,198,188); }

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

background-color css

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

 a { background-color: rgb(15,198,188); }

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

border-color css

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

 span { border-color: rgb(15,198,188); }

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