#10D9CA

Color #10D9CA Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #10D9CA

Tints of Robin's Egg Blue #10D9CA

Color information

#10D9CA (or 0x10D9CA) is unknown color: approx Robin's Egg Blue. HEX triplet: 10, D9 and CA. RGB value is (16,217,202). Sum of RGB (Red+Green+Blue) = 16+217+202=435 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.68% from 435); Green value is 217 (85.16% from 255 or 49.89% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 217 - color contains mainly: green. Hex color #10D9CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D9CA is #EF2635. Grayscale: #9B9B9B. Windows color (decimal): -15672886 or 13293840. OLE color: 13293840.

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

Color convert

RGB16217202-
CMYK0.9300.070.15
HSL175.52º86.27%45.69%-
HSV(B)175.52º92.63%85.1%-
XYZ35.695464.42-
YUV155.19154.4128.72-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.68%
GREEN value IS 217 (85.16% from 255) = 49.89%
BLUE value IS 202 (79.30% from 255) = 46.44%
R=3.68%
G=49.89%
B=46.44%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal162172020.9300.070.15175.5286.2745.69
Hex10D9CA5D07Fb0562e
Octal20331312135071726012656
Binary100001101100111001010101110101111111101100001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10D9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,217,202); }

 H1.HeaderClassName
 {
   color: #10D9CA;
 }
 .AnyTagClassName
 {
   color: #10D9CA;
 }
</style>
background-color css

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

 a { background-color: rgb(16,217,202); }

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

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

 span { border-color: rgb(16,217,202); }

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