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

📋 copy color: '#0AE4B9'

red 10 ◦ green 228 ◦ blue 185

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

Shades of Robin's Egg Blue #0AE4B9

Tints of Robin's Egg Blue #0AE4B9

RGB

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

 GREEN value IS 228 (89.45% from 255) = 53.9%

 BLUE value IS 185 (72.66% from 255) = 43.74%

R = 2.36%
G = 53.9%
B = 43.74%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.19

 K value IS 0.11

RGB Variations

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

Color information

#0AE4B9 (or 0x0AE4B9) is known color: Robin's Egg Blue. HEX triplet: 0A, E4 and B9. RGB value is (10,228,185). Sum of RGB (Red+Green+Blue) = 10+228+185=423 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.36% from 423); Green value is 228 (89.45% from 255 or 53.90% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 228 - color contains mainly: green. Hex color #0AE4B9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AE4B9 is #F51B46. Grayscale: #9D9D9D. Windows color (decimal): -16063303 or 12182538. OLE color: 12182538.

HSL color Cylindrical-coordinate representation of color #0AE4B9: hue angle of 168.17º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE4B9 is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.

Color convert

RGB 10 228 185 -
CMYK 0.96 0 0.19 0.11
HSL 168.17º 0.92% 0.47% -
HSV(B) 168.17º 0.96% 0.89% -
XYZ 36.63 59.05 55.37 -
YUV 157.92 143.28 22.5 -
System Red Green Blue C M Y K H S L
Decimal 10 228 185 0.96 0 0.19 0.11 168.17 0.92 0.47
Hex A E4 B9 60 0 13 B A8 5C 2F
Octal 12 344 271 140 0 23 13 250 134 57
Binary 1010 11100100 10111001 1100000 0 10011 1011 10101000 1011100 101111

Color Harmonies of #0AE4B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE4B9

Black with #0AE4B9

Text Example


Text Example

White with #0AE4B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,228,185); }

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

background-color css

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

 a { background-color: rgb(10,228,185); }

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

border-color css

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

 span { border-color: rgb(10,228,185); }

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