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

📋 copy color: '#0ADCBE'

red 10 ◦ green 220 ◦ blue 190

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

Shades of Robin's Egg Blue #0ADCBE

Tints of Robin's Egg Blue #0ADCBE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 52.38%

 BLUE value IS 190 (74.61% from 255) = 45.24%

R = 2.38%
G = 52.38%
B = 45.24%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#0ADCBE (or 0x0ADCBE) is known color: Robin's Egg Blue. HEX triplet: 0A, DC and BE. RGB value is (10,220,190). Sum of RGB (Red+Green+Blue) = 10+220+190=420 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.38% from 420); Green value is 220 (86.33% from 255 or 52.38% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 220 - color contains mainly: green. Hex color #0ADCBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADCBE is #F52341. Grayscale: #999999. Windows color (decimal): -16065346 or 12508170. OLE color: 12508170.

HSL color Cylindrical-coordinate representation of color #0ADCBE: hue angle of 171.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADCBE is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 10 220 190 -
CMYK 0.95 0 0.14 0.14
HSL 171.43º 0.91% 0.45% -
HSV(B) 171.43º 0.95% 0.86% -
XYZ 35.01 54.97 57.48 -
YUV 153.79 148.43 25.44 -
System Red Green Blue C M Y K H S L
Decimal 10 220 190 0.95 0 0.14 0.14 171.43 0.91 0.45
Hex A DC BE 5F 0 E E AB 5B 2D
Octal 12 334 276 137 0 16 16 253 133 55
Binary 1010 11011100 10111110 1011111 0 1110 1110 10101011 1011011 101101

Color Harmonies of #0ADCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADCBE

Black with #0ADCBE

Text Example


Text Example

White with #0ADCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,220,190); }

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

background-color css

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

 a { background-color: rgb(10,220,190); }

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

border-color css

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

 span { border-color: rgb(10,220,190); }

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