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

📋 copy color: '#0AE1C5'

red 10 ◦ green 225 ◦ blue 197

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

Shades of Robin's Egg Blue #0AE1C5

Tints of Robin's Egg Blue #0AE1C5

RGB

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

 GREEN value IS 225 (88.28% from 255) = 52.08%

 BLUE value IS 197 (77.34% from 255) = 45.6%

R = 2.31%
G = 52.08%
B = 45.6%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#0AE1C5 (or 0x0AE1C5) is known color: Robin's Egg Blue. HEX triplet: 0A, E1 and C5. RGB value is (10,225,197). Sum of RGB (Red+Green+Blue) = 10+225+197=432 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.31% from 432); Green value is 225 (88.28% from 255 or 52.08% from 432); Blue value is 197 (77.34% from 255 or 45.60% from 432); Max value from RGB is 225 - color contains mainly: green. Hex color #0AE1C5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AE1C5 is #F51E3A. Grayscale: #9D9D9D. Windows color (decimal): -16064059 or 12968202. OLE color: 12968202.

HSL color Cylindrical-coordinate representation of color #0AE1C5: hue angle of 172.19º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE1C5 is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 10 225 197 -
CMYK 0.96 0 0.12 0.12
HSL 172.19º 0.91% 0.46% -
HSV(B) 172.19º 0.96% 0.88% -
XYZ 37.13 57.95 62.05 -
YUV 157.52 150.27 22.78 -
System Red Green Blue C M Y K H S L
Decimal 10 225 197 0.96 0 0.12 0.12 172.19 0.91 0.46
Hex A E1 C5 60 0 C C AC 5B 2E
Octal 12 341 305 140 0 14 14 254 133 56
Binary 1010 11100001 11000101 1100000 0 1100 1100 10101100 1011011 101110

Color Harmonies of #0AE1C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE1C5

Black with #0AE1C5

Text Example


Text Example

White with #0AE1C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,225,197); }

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

background-color css

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

 a { background-color: rgb(10,225,197); }

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

border-color css

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

 span { border-color: rgb(10,225,197); }

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