#0ACDC8

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

Shades of Robin's Egg Blue #0ACDC8

Tints of Robin's Egg Blue #0ACDC8

Color information

#0ACDC8 (or 0x0ACDC8) is unknown color: approx Robin's Egg Blue. HEX triplet: 0A, CD and C8. RGB value is (10,205,200). Sum of RGB (Red+Green+Blue) = 10+205+200=415 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.41% from 415); Green value is 205 (80.47% from 255 or 49.40% from 415); Blue value is 200 (78.52% from 255 or 48.19% from 415); Max value from RGB is 205 - color contains mainly: green. Hex color #0ACDC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACDC8 is #F53237. Grayscale: #919191. Windows color (decimal): -16069176 or 13159690. OLE color: 13159690.

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

Color convert

RGB10205200-
CMYK0.9500.020.20
HSL178.46º90.7%42.16%-
HSV(B)178.46º95.12%80.39%-
XYZ32.3847.962.18-
YUV146.12158.430.91-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.41%
GREEN value IS 205 (80.47% from 255) = 49.40%
BLUE value IS 200 (78.52% from 255) = 48.19%
R=2.41%
G=49.40%
B=48.19%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal102052000.9500.020.20178.4690.742.16
HexACDC85F0214b25b2a
Octal12315310137022426213352
Binary10101100110111001000101111101010100101100101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ACDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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