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

📋 copy color: '#10DFC0'

red 16 ◦ green 223 ◦ blue 192

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

Shades of Robin's Egg Blue #10DFC0

Tints of Robin's Egg Blue #10DFC0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 51.74%

 BLUE value IS 192 (75.39% from 255) = 44.55%

R = 3.71%
G = 51.74%
B = 44.55%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#10DFC0 (or 0x10DFC0) is known color: Robin's Egg Blue. HEX triplet: 10, DF and C0. RGB value is (16,223,192). Sum of RGB (Red+Green+Blue) = 16+223+192=431 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.71% from 431); Green value is 223 (87.5% from 255 or 51.74% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 223 - color contains mainly: green. Hex color #10DFC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DFC0 is #EF203F. Grayscale: #9D9D9D. Windows color (decimal): -15671360 or 12640016. OLE color: 12640016.

HSL color Cylindrical-coordinate representation of color #10DFC0: hue angle of 171.01º 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 #10DFC0 is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 223 192 -
CMYK 0.93 0 0.14 0.13
HSL 171.01º 0.87% 0.47% -
HSV(B) 171.01º 0.93% 0.87% -
XYZ 36.12 56.69 58.91 -
YUV 157.57 147.42 27.02 -
System Red Green Blue C M Y K H S L
Decimal 16 223 192 0.93 0 0.14 0.13 171.01 0.87 0.47
Hex 10 DF C0 5D 0 E D AB 57 2F
Octal 20 337 300 135 0 16 15 253 127 57
Binary 10000 11011111 11000000 1011101 0 1110 1101 10101011 1010111 101111

Color Harmonies of #10DFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DFC0

Black with #10DFC0

Text Example


Text Example

White with #10DFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,223,192); }

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

background-color css

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

 a { background-color: rgb(16,223,192); }

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

border-color css

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

 span { border-color: rgb(16,223,192); }

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