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

📋 copy color: '#10DCC9'

red 16 ◦ green 220 ◦ blue 201

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

Shades of Robin's Egg Blue #10DCC9

Tints of Robin's Egg Blue #10DCC9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.34%

 BLUE value IS 201 (78.91% from 255) = 46%

R = 3.66%
G = 50.34%
B = 46%

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

#10DCC9 (or 0x10DCC9) is known color: Robin's Egg Blue. HEX triplet: 10, DC and C9. RGB value is (16,220,201). Sum of RGB (Red+Green+Blue) = 16+220+201=437 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.66% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 201 (78.91% from 255 or 46.00% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #10DCC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DCC9 is #EF2336. Grayscale: #9C9C9C. Windows color (decimal): -15672119 or 13229072. OLE color: 13229072.

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

Color convert

RGB 16 220 201 -
CMYK 0.93 0 0.09 0.14
HSL 174.41º 0.86% 0.46% -
HSV(B) 174.41º 0.93% 0.86% -
XYZ 36.35 55.51 64.06 -
YUV 156.84 152.91 27.54 -
System Red Green Blue C M Y K H S L
Decimal 16 220 201 0.93 0 0.09 0.14 174.41 0.86 0.46
Hex 10 DC C9 5D 0 9 E AE 56 2E
Octal 20 334 311 135 0 11 16 256 126 56
Binary 10000 11011100 11001001 1011101 0 1001 1110 10101110 1010110 101110

Color Harmonies of #10DCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DCC9

Black with #10DCC9

Text Example


Text Example

White with #10DCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,220,201); }

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

background-color css

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

 a { background-color: rgb(16,220,201); }

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

border-color css

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

 span { border-color: rgb(16,220,201); }

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