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

📋 copy color: '#0ACEBA'

red 10 ◦ green 206 ◦ blue 186

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

Shades of Robin's Egg Blue #0ACEBA

Tints of Robin's Egg Blue #0ACEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.27%

R = 2.49%
G = 51.24%
B = 46.27%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#0ACEBA (or 0x0ACEBA) is known color: Robin's Egg Blue. HEX triplet: 0A, CE and BA. RGB value is (10,206,186). Sum of RGB (Red+Green+Blue) = 10+206+186=402 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 402); Green value is 206 (80.86% from 255 or 51.24% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACEBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACEBA is #F53145. Grayscale: #919191. Windows color (decimal): -16068934 or 12242442. OLE color: 12242442.

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

Color convert

RGB 10 206 186 -
CMYK 0.95 0 0.10 0.19
HSL 173.88º 0.91% 0.42% -
HSV(B) 173.88º 0.95% 0.81% -
XYZ 31.06 47.75 54.03 -
YUV 145.12 151.07 31.63 -
System Red Green Blue C M Y K H S L
Decimal 10 206 186 0.95 0 0.10 0.19 173.88 0.91 0.42
Hex A CE BA 5F 0 A 13 AE 5B 2A
Octal 12 316 272 137 0 12 23 256 133 52
Binary 1010 11001110 10111010 1011111 0 1010 10011 10101110 1011011 101010

Color Harmonies of #0ACEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACEBA

Black with #0ACEBA

Text Example


Text Example

White with #0ACEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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