#0ACEC8

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

Shades of Robin's Egg Blue #0ACEC8

Tints of Robin's Egg Blue #0ACEC8

Color information

#0ACEC8 (or 0x0ACEC8) is unknown color: approx Robin's Egg Blue. HEX triplet: 0A, CE and C8. RGB value is (10,206,200). Sum of RGB (Red+Green+Blue) = 10+206+200=416 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.40% from 416); Green value is 206 (80.86% from 255 or 49.52% from 416); Blue value is 200 (78.52% from 255 or 48.08% from 416); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACEC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACEC8 is #F53137. Grayscale: #929292. Windows color (decimal): -16068920 or 13159946. OLE color: 13159946.

HSL color Cylindrical-coordinate representation of color #0ACEC8: hue angle of 178.16º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACEC8 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB10206200-
CMYK0.9500.030.19
HSL178.16º90.74%42.35%-
HSV(B)178.16º95.15%80.78%-
XYZ32.6248.3862.26-
YUV146.71158.0730.49-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.40%
GREEN value IS 206 (80.86% from 255) = 49.52%
BLUE value IS 200 (78.52% from 255) = 48.08%
R=2.40%
G=49.52%
B=48.08%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal102062000.9500.030.19178.1690.7442.35
HexACEC85F0313b25b2a
Octal12316310137032326213352
Binary10101100111011001000101111101110011101100101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ACEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,206,200); }

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

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

 a { background-color: rgb(10,206,200); }

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

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

 span { border-color: rgb(10,206,200); }

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