#10E1BD

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

Shades of Robin's Egg Blue #10E1BD

Tints of Robin's Egg Blue #10E1BD

Color information

#10E1BD (or 0x10E1BD) is unknown color: approx Robin's Egg Blue. HEX triplet: 10, E1 and BD. RGB value is (16,225,189). Sum of RGB (Red+Green+Blue) = 16+225+189=430 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.72% from 430); Green value is 225 (88.28% from 255 or 52.33% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 225 - color contains mainly: green. Hex color #10E1BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10E1BD is #EF1E42. Grayscale: #9E9E9E. Windows color (decimal): -15670851 or 12443920. OLE color: 12443920.

HSL color Cylindrical-coordinate representation of color #10E1BD: hue angle of 169.67º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E1BD is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB16225189-
CMYK0.9300.160.12
HSL169.67º86.72%47.25%-
HSV(B)169.67º92.89%88.24%-
XYZ36.3257.6357.35-
YUV158.4145.2626.43-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.72%
GREEN value IS 225 (88.28% from 255) = 52.33%
BLUE value IS 189 (74.22% from 255) = 43.95%
R=3.72%
G=52.33%
B=43.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal162251890.9300.160.12169.6786.7247.25
Hex10E1BD5D010Caa572f
Octal203412751350201425212757
Binary10000111000011011110110111010100001100101010101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10E1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,225,189); }

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

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

 a { background-color: rgb(16,225,189); }

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

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

 span { border-color: rgb(16,225,189); }

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