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

📋 copy color: '#0ADABD'

red 10 ◦ green 218 ◦ blue 189

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

Shades of Robin's Egg Blue #0ADABD

Tints of Robin's Egg Blue #0ADABD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 52.28%

 BLUE value IS 189 (74.22% from 255) = 45.32%

R = 2.4%
G = 52.28%
B = 45.32%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#0ADABD (or 0x0ADABD) is known color: Robin's Egg Blue. HEX triplet: 0A, DA and BD. RGB value is (10,218,189). Sum of RGB (Red+Green+Blue) = 10+218+189=417 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.40% from 417); Green value is 218 (85.55% from 255 or 52.28% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 218 - color contains mainly: green. Hex color #0ADABD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADABD is #F52542. Grayscale: #989898. Windows color (decimal): -16065859 or 12442122. OLE color: 12442122.

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

Color convert

RGB 10 218 189 -
CMYK 0.95 0 0.13 0.15
HSL 171.63º 0.91% 0.45% -
HSV(B) 171.63º 0.95% 0.85% -
XYZ 34.38 53.88 56.73 -
YUV 152.5 148.59 26.36 -
System Red Green Blue C M Y K H S L
Decimal 10 218 189 0.95 0 0.13 0.15 171.63 0.91 0.45
Hex A DA BD 5F 0 D F AC 5B 2D
Octal 12 332 275 137 0 15 17 254 133 55
Binary 1010 11011010 10111101 1011111 0 1101 1111 10101100 1011011 101101

Color Harmonies of #0ADABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADABD

Black with #0ADABD

Text Example


Text Example

White with #0ADABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,218,189); }

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

background-color css

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

 a { background-color: rgb(10,218,189); }

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

border-color css

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

 span { border-color: rgb(10,218,189); }

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