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

📋 copy color: '#0ACEBC'

red 10 ◦ green 206 ◦ blue 188

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

Shades of Robin's Egg Blue #0ACEBC

Tints of Robin's Egg Blue #0ACEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.53%

R = 2.48%
G = 50.99%
B = 46.53%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#0ACEBC (or 0x0ACEBC) is known color: Robin's Egg Blue. HEX triplet: 0A, CE and BC. RGB value is (10,206,188). Sum of RGB (Red+Green+Blue) = 10+206+188=404 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.48% from 404); Green value is 206 (80.86% from 255 or 50.99% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACEBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACEBC is #F53143. Grayscale: #919191. Windows color (decimal): -16068932 or 12373514. OLE color: 12373514.

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

Color convert

RGB 10 206 188 -
CMYK 0.95 0 0.09 0.19
HSL 174.49º 0.91% 0.42% -
HSV(B) 174.49º 0.95% 0.81% -
XYZ 31.27 47.84 55.16 -
YUV 145.34 152.07 31.46 -
System Red Green Blue C M Y K H S L
Decimal 10 206 188 0.95 0 0.09 0.19 174.49 0.91 0.42
Hex A CE BC 5F 0 9 13 AE 5B 2A
Octal 12 316 274 137 0 11 23 256 133 52
Binary 1010 11001110 10111100 1011111 0 1001 10011 10101110 1011011 101010

Color Harmonies of #0ACEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACEBC

Black with #0ACEBC

Text Example


Text Example

White with #0ACEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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