#10CCBF

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

Shades of Robin's Egg Blue #10CCBF

Tints of Robin's Egg Blue #10CCBF

Color information

#10CCBF (or 0x10CCBF) is unknown color: approx Robin's Egg Blue. HEX triplet: 10, CC and BF. RGB value is (16,204,191). Sum of RGB (Red+Green+Blue) = 16+204+191=411 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.89% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #10CCBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CCBF is #EF3340. Grayscale: #929292. Windows color (decimal): -15676225 or 12569616. OLE color: 12569616.

HSL color Cylindrical-coordinate representation of color #10CCBF: hue angle of 175.85º degrees, saturation: 0.85, 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 #10CCBF is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB16204191-
CMYK0.9200.060.2
HSL175.85º85.45%43.14%-
HSV(B)175.85º92.16%80%-
XYZ31.2147.0656.73-
YUV146.31153.2235.06-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.89%
GREEN value IS 204 (80.08% from 255) = 49.64%
BLUE value IS 191 (75% from 255) = 46.47%
R=3.89%
G=49.64%
B=46.47%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal162041910.9200.060.2175.8585.4543.14
Hex10CCBF5C0614b0552b
Octal20314277134062426012553
Binary1000011001100101111111011100011010100101100001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10CCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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