Html Css Color HEX #10DABB Robin's Egg Blue

📋 copy color: '#10DABB'

red 16 ◦ green 218 ◦ blue 187

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

Shades of Robin's Egg Blue #10DABB

Tints of Robin's Egg Blue #10DABB

RGB

 RED value IS 16 (6.64% from 255) = 3.8%

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

 BLUE value IS 187 (73.44% from 255) = 44.42%

R = 3.8%
G = 51.78%
B = 44.42%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#10DABB (or 0x10DABB) is known color: Robin's Egg Blue. HEX triplet: 10, DA and BB. RGB value is (16,218,187). Sum of RGB (Red+Green+Blue) = 16+218+187=421 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.80% from 421); Green value is 218 (85.55% from 255 or 51.78% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 218 - color contains mainly: green. Hex color #10DABB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DABB is #EF2544. Grayscale: #999999. Windows color (decimal): -15672645 or 12311056. OLE color: 12311056.

HSL color Cylindrical-coordinate representation of color #10DABB: hue angle of 170.79º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DABB is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 16 218 187 -
CMYK 0.93 0 0.14 0.15
HSL 170.79º 0.86% 0.46% -
HSV(B) 170.79º 0.93% 0.85% -
XYZ 34.25 53.84 55.6 -
YUV 154.07 146.58 29.52 -
System Red Green Blue C M Y K H S L
Decimal 16 218 187 0.93 0 0.14 0.15 170.79 0.86 0.46
Hex 10 DA BB 5D 0 E F AB 56 2E
Octal 20 332 273 135 0 16 17 253 126 56
Binary 10000 11011010 10111011 1011101 0 1110 1111 10101011 1010110 101110

Color Harmonies of #10DABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DABB

Black with #10DABB

Text Example


Text Example

White with #10DABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10DABB; }

 p { color: rgb(16,218,187); }

 H1.HeaderClassName
 {
   color: #10DABB;
 }
 .AnyTagClassName
 {
   color: #10DABB;
 }
</style>

background-color css

<style>
 a { background-color: #10DABB; }

 a { background-color: rgb(16,218,187); }

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

border-color css

<style>
 span { border-color: #10DABB; }

 span { border-color: rgb(16,218,187); }

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