#0AC9BE

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

Shades of Robin's Egg Blue #0AC9BE

Tints of Robin's Egg Blue #0AC9BE

Color information

#0AC9BE (or 0x0AC9BE) is unknown color: approx Robin's Egg Blue. HEX triplet: 0A, C9 and BE. RGB value is (10,201,190). Sum of RGB (Red+Green+Blue) = 10+201+190=401 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 401); Green value is 201 (78.91% from 255 or 50.12% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 201 - color contains mainly: green. Hex color #0AC9BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AC9BE is #F53641. Grayscale: #8E8E8E. Windows color (decimal): -16070210 or 12503306. OLE color: 12503306.

HSL color Cylindrical-coordinate representation of color #0AC9BE: hue angle of 176.54º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC9BE is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB10201190-
CMYK0.9500.050.21
HSL176.54º90.52%41.37%-
HSV(B)176.54º95.02%78.82%-
XYZ30.3145.5655.91-
YUV142.64154.7233.39-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.49%
GREEN value IS 201 (78.91% from 255) = 50.12%
BLUE value IS 190 (74.61% from 255) = 47.38%
R=2.49%
G=50.12%
B=47.38%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal102011900.9500.050.21176.5490.5241.37
HexAC9BE5F0515b15b29
Octal12311276137052526113351
Binary101011001001101111101011111010110101101100011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,201,190); }

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

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

 a { background-color: rgb(10,201,190); }

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

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

 span { border-color: rgb(10,201,190); }

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