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

📋 copy color: '#10D6CB'

red 16 ◦ green 214 ◦ blue 203

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

Shades of Robin's Egg Blue #10D6CB

Tints of Robin's Egg Blue #10D6CB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.42%

 BLUE value IS 203 (79.69% from 255) = 46.88%

R = 3.7%
G = 49.42%
B = 46.88%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#10D6CB (or 0x10D6CB) is known color: Robin's Egg Blue. HEX triplet: 10, D6 and CB. RGB value is (16,214,203). Sum of RGB (Red+Green+Blue) = 16+214+203=433 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.70% from 433); Green value is 214 (83.98% from 255 or 49.42% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 214 - color contains mainly: green. Hex color #10D6CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D6CB is #EF2934. Grayscale: #999999. Windows color (decimal): -15673653 or 13358608. OLE color: 13358608.

HSL color Cylindrical-coordinate representation of color #10D6CB: hue angle of 176.67º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D6CB is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 16 214 203 -
CMYK 0.93 0 0.05 0.16
HSL 176.67º 0.86% 0.45% -
HSV(B) 176.67º 0.93% 0.84% -
XYZ 35.04 52.52 64.79 -
YUV 153.54 155.9 29.89 -
System Red Green Blue C M Y K H S L
Decimal 16 214 203 0.93 0 0.05 0.16 176.67 0.86 0.45
Hex 10 D6 CB 5D 0 5 10 B1 56 2D
Octal 20 326 313 135 0 5 20 261 126 55
Binary 10000 11010110 11001011 1011101 0 101 10000 10110001 1010110 101101

Color Harmonies of #10D6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D6CB

Black with #10D6CB

Text Example


Text Example

White with #10D6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,214,203); }

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

background-color css

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

 a { background-color: rgb(16,214,203); }

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

border-color css

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

 span { border-color: rgb(16,214,203); }

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