#0AC9B5

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

Shades of Robin's Egg Blue #0AC9B5

Tints of Robin's Egg Blue #0AC9B5

Color information

#0AC9B5 (or 0x0AC9B5) is unknown color: approx Robin's Egg Blue. HEX triplet: 0A, C9 and B5. RGB value is (10,201,181). Sum of RGB (Red+Green+Blue) = 10+201+181=392 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.55% from 392); Green value is 201 (78.91% from 255 or 51.28% from 392); Blue value is 181 (71.09% from 255 or 46.17% from 392); Max value from RGB is 201 - color contains mainly: green. Hex color #0AC9B5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AC9B5 is #F5364A. Grayscale: #8D8D8D. Windows color (decimal): -16070219 or 11913482. OLE color: 11913482.

HSL color Cylindrical-coordinate representation of color #0AC9B5: hue angle of 173.72º 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 #0AC9B5 is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB10201181-
CMYK0.9500.100.21
HSL173.72º90.52%41.37%-
HSV(B)173.72º95.02%78.82%-
XYZ29.3545.1750.89-
YUV141.61150.2234.13-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.55%
GREEN value IS 201 (78.91% from 255) = 51.28%
BLUE value IS 181 (71.09% from 255) = 46.17%
R=2.55%
G=51.28%
B=46.17%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal102011810.9500.100.21173.7290.5241.37
HexAC9B55F0A15ae5b29
Octal123112651370122525613351
Binary1010110010011011010110111110101010101101011101011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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