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

📋 copy color: '#0AD8BF'

red 10 ◦ green 216 ◦ blue 191

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

Shades of Robin's Egg Blue #0AD8BF

Tints of Robin's Egg Blue #0AD8BF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 51.8%

 BLUE value IS 191 (75% from 255) = 45.8%

R = 2.4%
G = 51.8%
B = 45.8%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#0AD8BF (or 0x0AD8BF) is known color: Robin's Egg Blue. HEX triplet: 0A, D8 and BF. RGB value is (10,216,191). Sum of RGB (Red+Green+Blue) = 10+216+191=417 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.40% from 417); Green value is 216 (84.77% from 255 or 51.80% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 216 - color contains mainly: green. Hex color #0AD8BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AD8BF is #F52740. Grayscale: #979797. Windows color (decimal): -16066369 or 12572682. OLE color: 12572682.

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

Color convert

RGB 10 216 191 -
CMYK 0.95 0 0.12 0.15
HSL 172.72º 0.91% 0.44% -
HSV(B) 172.72º 0.95% 0.85% -
XYZ 34.09 52.94 57.71 -
YUV 151.56 150.25 27.03 -
System Red Green Blue C M Y K H S L
Decimal 10 216 191 0.95 0 0.12 0.15 172.72 0.91 0.44
Hex A D8 BF 5F 0 C F AD 5B 2C
Octal 12 330 277 137 0 14 17 255 133 54
Binary 1010 11011000 10111111 1011111 0 1100 1111 10101101 1011011 101100

Color Harmonies of #0AD8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD8BF

Black with #0AD8BF

Text Example


Text Example

White with #0AD8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,216,191); }

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

background-color css

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

 a { background-color: rgb(10,216,191); }

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

border-color css

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

 span { border-color: rgb(10,216,191); }

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