#0CCFBB

Color #0CCFBB Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #0CCFBB

Tints of Robin's Egg Blue #0CCFBB

Color information

#0CCFBB (or 0x0CCFBB) is unknown color: approx Robin's Egg Blue. HEX triplet: 0C, CF and BB. RGB value is (12,207,187). Sum of RGB (Red+Green+Blue) = 12+207+187=406 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.96% from 406); Green value is 207 (81.25% from 255 or 50.99% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 207 - color contains mainly: green. Hex color #0CCFBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCFBB is #F33044. Grayscale: #929292. Windows color (decimal): -15937605 or 12308236. OLE color: 12308236.

HSL color Cylindrical-coordinate representation of color #0CCFBB: hue angle of 173.85º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCFBB is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB12207187-
CMYK0.9400.100.19
HSL173.85º89.04%42.94%-
HSV(B)173.85º94.2%81.18%-
XYZ31.4348.2954.68-
YUV146.42150.932.13-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.96%
GREEN value IS 207 (81.25% from 255) = 50.99%
BLUE value IS 187 (73.44% from 255) = 46.06%
R=2.96%
G=50.99%
B=46.06%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal122071870.9400.100.19173.8589.0442.94
HexCCFBB5E0A13ae592b
Octal143172731360122325613153
Binary1100110011111011101110111100101010011101011101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CCFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,207,187); }

 H1.HeaderClassName
 {
   color: #0CCFBB;
 }
 .AnyTagClassName
 {
   color: #0CCFBB;
 }
</style>
background-color css

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

 a { background-color: rgb(12,207,187); }

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

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

 span { border-color: rgb(12,207,187); }

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