#0AC6C8

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

Shades of Robin's Egg Blue #0AC6C8

Tints of Robin's Egg Blue #0AC6C8

Color information

#0AC6C8 (or 0x0AC6C8) is unknown color: approx Robin's Egg Blue. HEX triplet: 0A, C6 and C8. RGB value is (10,198,200). Sum of RGB (Red+Green+Blue) = 10+198+200=408 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.45% from 408); Green value is 198 (77.73% from 255 or 48.53% from 408); Blue value is 200 (78.52% from 255 or 49.02% from 408); Max value from RGB is 200 - color contains mainly: blue. Hex color #0AC6C8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AC6C8 is #F53937. Grayscale: #8D8D8D. Windows color (decimal): -16070968 or 13157898. OLE color: 13157898.

HSL color Cylindrical-coordinate representation of color #0AC6C8: hue angle of 180.63º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC6C8 is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10198200-
CMYK0.950.0100.22
HSL180.63º90.48%41.18%-
HSV(B)180.63º95%78.43%-
XYZ30.7444.6261.64-
YUV142.02160.7233.84-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.45%
GREEN value IS 198 (77.73% from 255) = 48.53%
BLUE value IS 200 (78.52% from 255) = 49.02%
R=2.45%
G=48.53%
B=49.02%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal101982000.950.0100.22180.6390.4841.18
HexAC6C85F1016b55a29
Octal12306310137102626513251
Binary1010110001101100100010111111010110101101011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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