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

📋 copy color: '#0FCFBF'

red 15 ◦ green 207 ◦ blue 191

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

Shades of Robin's Egg Blue #0FCFBF

Tints of Robin's Egg Blue #0FCFBF

RGB

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

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

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

R = 3.63%
G = 50.12%
B = 46.25%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#0FCFBF (or 0x0FCFBF) is known color: Robin's Egg Blue. HEX triplet: 0F, CF and BF. RGB value is (15,207,191). Sum of RGB (Red+Green+Blue) = 15+207+191=413 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.63% from 413); Green value is 207 (81.25% from 255 or 50.12% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCFBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCFBF is #F03040. Grayscale: #939393. Windows color (decimal): -15740993 or 12570383. OLE color: 12570383.

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

Color convert

RGB 15 207 191 -
CMYK 0.93 0 0.08 0.19
HSL 175º 0.86% 0.44% -
HSV(B) 175º 0.93% 0.81% -
XYZ 31.91 48.49 56.97 -
YUV 147.77 152.39 33.3 -
System Red Green Blue C M Y K H S L
Decimal 15 207 191 0.93 0 0.08 0.19 175 0.86 0.44
Hex F CF BF 5D 0 8 13 AF 56 2C
Octal 17 317 277 135 0 10 23 257 126 54
Binary 1111 11001111 10111111 1011101 0 1000 10011 10101111 1010110 101100

Color Harmonies of #0FCFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCFBF

Black with #0FCFBF

Text Example


Text Example

White with #0FCFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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