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

📋 copy color: '#10DCC8'

red 16 ◦ green 220 ◦ blue 200

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

Shades of Robin's Egg Blue #10DCC8

Tints of Robin's Egg Blue #10DCC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.87%

R = 3.67%
G = 50.46%
B = 45.87%

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

#10DCC8 (or 0x10DCC8) is known color: Robin's Egg Blue. HEX triplet: 10, DC and C8. RGB value is (16,220,200). Sum of RGB (Red+Green+Blue) = 16+220+200=436 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.67% from 436); Green value is 220 (86.33% from 255 or 50.46% from 436); Blue value is 200 (78.52% from 255 or 45.87% from 436); Max value from RGB is 220 - color contains mainly: green. Hex color #10DCC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DCC8 is #EF2337. Grayscale: #9C9C9C. Windows color (decimal): -15672120 or 13163536. OLE color: 13163536.

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

Color convert

RGB 16 220 200 -
CMYK 0.93 0 0.09 0.14
HSL 174.12º 0.86% 0.46% -
HSV(B) 174.12º 0.93% 0.86% -
XYZ 36.23 55.47 63.44 -
YUV 156.72 152.41 27.63 -
System Red Green Blue C M Y K H S L
Decimal 16 220 200 0.93 0 0.09 0.14 174.12 0.86 0.46
Hex 10 DC C8 5D 0 9 E AE 56 2E
Octal 20 334 310 135 0 11 16 256 126 56
Binary 10000 11011100 11001000 1011101 0 1001 1110 10101110 1010110 101110

Color Harmonies of #10DCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DCC8

Black with #10DCC8

Text Example


Text Example

White with #10DCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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