#10CDBF

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

Shades of Robin's Egg Blue #10CDBF

Tints of Robin's Egg Blue #10CDBF

Color information

#10CDBF (or 0x10CDBF) is unknown color: approx Robin's Egg Blue. HEX triplet: 10, CD and BF. RGB value is (16,205,191). Sum of RGB (Red+Green+Blue) = 16+205+191=412 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.88% from 412); Green value is 205 (80.47% from 255 or 49.76% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 205 - color contains mainly: green. Hex color #10CDBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CDBF is #EF3240. Grayscale: #929292. Windows color (decimal): -15675969 or 12569872. OLE color: 12569872.

HSL color Cylindrical-coordinate representation of color #10CDBF: hue angle of 175.56º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CDBF is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB16205191-
CMYK0.9200.070.20
HSL175.56º85.52%43.33%-
HSV(B)175.56º92.2%80.39%-
XYZ31.4547.5356.81-
YUV146.89152.8834.64-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.88%
GREEN value IS 205 (80.47% from 255) = 49.76%
BLUE value IS 191 (75% from 255) = 46.36%
R=3.88%
G=49.76%
B=46.36%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal162051910.9200.070.20175.5685.5243.33
Hex10CDBF5C0714b0562b
Octal20315277134072426012653
Binary1000011001101101111111011100011110100101100001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10CDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,205,191); }

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

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

 a { background-color: rgb(16,205,191); }

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

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

 span { border-color: rgb(16,205,191); }

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