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

📋 copy color: '#10DBC7'

red 16 ◦ green 219 ◦ blue 199

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

Shades of Robin's Egg Blue #10DBC7

Tints of Robin's Egg Blue #10DBC7

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.46%

 BLUE value IS 199 (78.13% from 255) = 45.85%

R = 3.69%
G = 50.46%
B = 45.85%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#10DBC7 (or 0x10DBC7) is known color: Robin's Egg Blue. HEX triplet: 10, DB and C7. RGB value is (16,219,199). Sum of RGB (Red+Green+Blue) = 16+219+199=434 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.69% from 434); Green value is 219 (85.94% from 255 or 50.46% from 434); Blue value is 199 (78.12% from 255 or 45.85% from 434); Max value from RGB is 219 - color contains mainly: green. Hex color #10DBC7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DBC7 is #EF2438. Grayscale: #9B9B9B. Windows color (decimal): -15672377 or 13097744. OLE color: 13097744.

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

Color convert

RGB 16 219 199 -
CMYK 0.93 0 0.09 0.14
HSL 174.09º 0.86% 0.46% -
HSV(B) 174.09º 0.93% 0.86% -
XYZ 35.85 54.9 62.74 -
YUV 156.02 152.25 28.13 -
System Red Green Blue C M Y K H S L
Decimal 16 219 199 0.93 0 0.09 0.14 174.09 0.86 0.46
Hex 10 DB C7 5D 0 9 E AE 56 2E
Octal 20 333 307 135 0 11 16 256 126 56
Binary 10000 11011011 11000111 1011101 0 1001 1110 10101110 1010110 101110

Color Harmonies of #10DBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DBC7

Black with #10DBC7

Text Example


Text Example

White with #10DBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,219,199); }

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

background-color css

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

 a { background-color: rgb(16,219,199); }

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

border-color css

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

 span { border-color: rgb(16,219,199); }

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