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

📋 copy color: '#10DEBA'

red 16 ◦ green 222 ◦ blue 186

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

Shades of Robin's Egg Blue #10DEBA

Tints of Robin's Egg Blue #10DEBA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 52.36%

 BLUE value IS 186 (73.05% from 255) = 43.87%

R = 3.77%
G = 52.36%
B = 43.87%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#10DEBA (or 0x10DEBA) is known color: Robin's Egg Blue. HEX triplet: 10, DE and BA. RGB value is (16,222,186). Sum of RGB (Red+Green+Blue) = 16+222+186=424 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.77% from 424); Green value is 222 (87.11% from 255 or 52.36% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 222 - color contains mainly: green. Hex color #10DEBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DEBA is #EF2145. Grayscale: #9C9C9C. Windows color (decimal): -15671622 or 12246544. OLE color: 12246544.

HSL color Cylindrical-coordinate representation of color #10DEBA: hue angle of 169.51º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DEBA is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 222 186 -
CMYK 0.93 0 0.16 0.13
HSL 169.51º 0.87% 0.47% -
HSV(B) 169.51º 0.93% 0.87% -
XYZ 35.2 55.9 55.39 -
YUV 156.3 144.75 27.93 -
System Red Green Blue C M Y K H S L
Decimal 16 222 186 0.93 0 0.16 0.13 169.51 0.87 0.47
Hex 10 DE BA 5D 0 10 D AA 57 2F
Octal 20 336 272 135 0 20 15 252 127 57
Binary 10000 11011110 10111010 1011101 0 10000 1101 10101010 1010111 101111

Color Harmonies of #10DEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DEBA

Black with #10DEBA

Text Example


Text Example

White with #10DEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,222,186); }

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

background-color css

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

 a { background-color: rgb(16,222,186); }

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

border-color css

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

 span { border-color: rgb(16,222,186); }

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