#0AC6CE

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

Shades of Robin's Egg Blue #0AC6CE

Tints of Robin's Egg Blue #0AC6CE

Color information

#0AC6CE (or 0x0AC6CE) is unknown color: approx Robin's Egg Blue. HEX triplet: 0A, C6 and CE. RGB value is (10,198,206). Sum of RGB (Red+Green+Blue) = 10+198+206=414 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.42% from 414); Green value is 198 (77.73% from 255 or 47.83% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #0AC6CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AC6CE is #F53931. Grayscale: #8E8E8E. Windows color (decimal): -16070962 or 13551114. OLE color: 13551114.

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

Color convert

RGB10198206-
CMYK0.950.0400.19
HSL182.45º90.74%42.35%-
HSV(B)182.45º95.15%80.78%-
XYZ31.4644.9165.4-
YUV142.7163.7233.35-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.42%
GREEN value IS 198 (77.73% from 255) = 47.83%
BLUE value IS 206 (80.86% from 255) = 49.76%
R=2.42%
G=47.83%
B=49.76%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal101982060.950.0400.19182.4590.7442.35
HexAC6CE5F4013b65b2a
Octal12306316137402326613352
Binary101011000110110011101011111100010011101101101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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