#10E1BC

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

Shades of Robin's Egg Blue #10E1BC

Tints of Robin's Egg Blue #10E1BC

Color information

#10E1BC (or 0x10E1BC) is unknown color: approx Robin's Egg Blue. HEX triplet: 10, E1 and BC. RGB value is (16,225,188). Sum of RGB (Red+Green+Blue) = 16+225+188=429 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.73% from 429); Green value is 225 (88.28% from 255 or 52.45% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 225 - color contains mainly: green. Hex color #10E1BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10E1BC is #EF1E43. Grayscale: #9E9E9E. Windows color (decimal): -15670852 or 12378384. OLE color: 12378384.

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

Color convert

RGB16225188-
CMYK0.9300.160.12
HSL169.38º86.72%47.25%-
HSV(B)169.38º92.89%88.24%-
XYZ36.2257.5956.78-
YUV158.29144.7626.51-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.73%
GREEN value IS 225 (88.28% from 255) = 52.45%
BLUE value IS 188 (73.83% from 255) = 43.82%
R=3.73%
G=52.45%
B=43.82%

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
Decimal162251880.9300.160.12169.3886.7247.25
Hex10E1BC5D010Ca9572f
Octal203412741350201425112757
Binary10000111000011011110010111010100001100101010011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10E1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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