Html Css Color HEX #0ACEB8 Robin's Egg Blue

📋 copy color: '#0ACEB8'

red 10 ◦ green 206 ◦ blue 184

#0ACEB8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Robin's Egg Blue #0ACEB8

Tints of Robin's Egg Blue #0ACEB8

RGB

 RED value IS 10 (4.3% from 255) = 2.5%

 GREEN value IS 206 (80.86% from 255) = 51.5%

 BLUE value IS 184 (72.27% from 255) = 46%

R = 2.5%
G = 51.5%
B = 46%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#0ACEB8 (or 0x0ACEB8) is known color: Robin's Egg Blue. HEX triplet: 0A, CE and B8. RGB value is (10,206,184). Sum of RGB (Red+Green+Blue) = 10+206+184=400 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.5% from 400); Green value is 206 (80.86% from 255 or 51.5% from 400); Blue value is 184 (72.27% from 255 or 46% from 400); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACEB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACEB8 is #F53147. Grayscale: #909090. Windows color (decimal): -16068936 or 12111370. OLE color: 12111370.

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

Color convert

RGB 10 206 184 -
CMYK 0.95 0 0.11 0.19
HSL 173.27º 0.91% 0.42% -
HSV(B) 173.27º 0.95% 0.81% -
XYZ 30.85 47.67 52.92 -
YUV 144.89 150.07 31.79 -
System Red Green Blue C M Y K H S L
Decimal 10 206 184 0.95 0 0.11 0.19 173.27 0.91 0.42
Hex A CE B8 5F 0 B 13 AD 5B 2A
Octal 12 316 270 137 0 13 23 255 133 52
Binary 1010 11001110 10111000 1011111 0 1011 10011 10101101 1011011 101010

Color Harmonies of #0ACEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACEB8

Black with #0ACEB8

Text Example


Text Example

White with #0ACEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0ACEB8;
 }
 .AnyTagClassName
 {
   color: #0ACEB8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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