#0FCBCA

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

Shades of Robin's Egg Blue #0FCBCA

Tints of Robin's Egg Blue #0FCBCA

Color information

#0FCBCA (or 0x0FCBCA) is unknown color: approx Robin's Egg Blue. HEX triplet: 0F, CB and CA. RGB value is (15,203,202). Sum of RGB (Red+Green+Blue) = 15+203+202=420 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.57% from 420); Green value is 203 (79.69% from 255 or 48.33% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 203 - color contains mainly: green. Hex color #0FCBCA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCBCA is #F03435. Grayscale: #929292. Windows color (decimal): -15742006 or 13290255. OLE color: 13290255.

HSL color Cylindrical-coordinate representation of color #0FCBCA: hue angle of 179.68º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCBCA is Cyan = 0.93, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB15203202-
CMYK0.9300.000.20
HSL179.68º86.24%42.75%-
HSV(B)179.68º92.61%79.61%-
XYZ32.2147.0863.27-
YUV146.67159.2234.08-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.57%
GREEN value IS 203 (79.69% from 255) = 48.33%
BLUE value IS 202 (79.30% from 255) = 48.10%
R=3.57%
G=48.33%
B=48.10%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal152032020.9300.000.20179.6886.2442.75
HexFCBCA5D0014b4562b
Octal17313312135002426412653
Binary1111110010111100101010111010010100101101001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FCBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,203,202); }

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

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

 a { background-color: rgb(15,203,202); }

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

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

 span { border-color: rgb(15,203,202); }

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