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

📋 copy color: '#0AD7B6'

red 10 ◦ green 215 ◦ blue 182

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

Shades of Robin's Egg Blue #0AD7B6

Tints of Robin's Egg Blue #0AD7B6

RGB

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

 GREEN value IS 215 (84.38% from 255) = 52.83%

 BLUE value IS 182 (71.48% from 255) = 44.72%

R = 2.46%
G = 52.83%
B = 44.72%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#0AD7B6 (or 0x0AD7B6) is known color: Robin's Egg Blue. HEX triplet: 0A, D7 and B6. RGB value is (10,215,182). Sum of RGB (Red+Green+Blue) = 10+215+182=407 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.46% from 407); Green value is 215 (84.38% from 255 or 52.83% from 407); Blue value is 182 (71.48% from 255 or 44.72% from 407); Max value from RGB is 215 - color contains mainly: green. Hex color #0AD7B6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AD7B6 is #F52849. Grayscale: #959595. Windows color (decimal): -16066634 or 11982602. OLE color: 11982602.

HSL color Cylindrical-coordinate representation of color #0AD7B6: hue angle of 170.34º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD7B6 is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 10 215 182 -
CMYK 0.95 0 0.15 0.16
HSL 170.34º 0.91% 0.44% -
HSV(B) 170.34º 0.95% 0.84% -
XYZ 32.87 52.04 52.57 -
YUV 149.94 146.08 28.18 -
System Red Green Blue C M Y K H S L
Decimal 10 215 182 0.95 0 0.15 0.16 170.34 0.91 0.44
Hex A D7 B6 5F 0 F 10 AA 5B 2C
Octal 12 327 266 137 0 17 20 252 133 54
Binary 1010 11010111 10110110 1011111 0 1111 10000 10101010 1011011 101100

Color Harmonies of #0AD7B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD7B6

Black with #0AD7B6

Text Example


Text Example

White with #0AD7B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,215,182); }

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

background-color css

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

 a { background-color: rgb(10,215,182); }

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

border-color css

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

 span { border-color: rgb(10,215,182); }

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