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

📋 copy color: '#0FC3BB'

red 15 ◦ green 195 ◦ blue 187

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

Shades of Robin's Egg Blue #0FC3BB

Tints of Robin's Egg Blue #0FC3BB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.12%

 BLUE value IS 187 (73.44% from 255) = 47.1%

R = 3.78%
G = 49.12%
B = 47.1%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#0FC3BB (or 0x0FC3BB) is known color: Robin's Egg Blue. HEX triplet: 0F, C3 and BB. RGB value is (15,195,187). Sum of RGB (Red+Green+Blue) = 15+195+187=397 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.78% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 195 - color contains mainly: green. Hex color #0FC3BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC3BB is #F03C44. Grayscale: #8C8C8C. Windows color (decimal): -15744069 or 12305167. OLE color: 12305167.

HSL color Cylindrical-coordinate representation of color #0FC3BB: hue angle of 177.33º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC3BB is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 15 195 187 -
CMYK 0.92 0 0.04 0.24
HSL 177.33º 0.86% 0.41% -
HSV(B) 177.33º 0.92% 0.76% -
XYZ 28.68 42.72 53.75 -
YUV 140.27 154.37 38.65 -
System Red Green Blue C M Y K H S L
Decimal 15 195 187 0.92 0 0.04 0.24 177.33 0.86 0.41
Hex F C3 BB 5C 0 4 18 B1 56 29
Octal 17 303 273 134 0 4 30 261 126 51
Binary 1111 11000011 10111011 1011100 0 100 11000 10110001 1010110 101001

Color Harmonies of #0FC3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC3BB

Black with #0FC3BB

Text Example


Text Example

White with #0FC3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,195,187); }

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

background-color css

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

 a { background-color: rgb(15,195,187); }

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

border-color css

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

 span { border-color: rgb(15,195,187); }

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