#06C2D1

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

Shades of Robin's Egg Blue #06C2D1

Tints of Robin's Egg Blue #06C2D1

Color information

#06C2D1 (or 0x06C2D1) is unknown color: approx Robin's Egg Blue. HEX triplet: 06, C2 and D1. RGB value is (6,194,209). Sum of RGB (Red+Green+Blue) = 6+194+209=409 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.47% from 409); Green value is 194 (76.17% from 255 or 47.43% from 409); Blue value is 209 (82.03% from 255 or 51.10% from 409); Max value from RGB is 209 - color contains mainly: blue. Hex color #06C2D1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06C2D1 is #F93D2E. Grayscale: #8B8B8B. Windows color (decimal): -16334127 or 13746694. OLE color: 13746694.

HSL color Cylindrical-coordinate representation of color #06C2D1: hue angle of 184.43º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C2D1 is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6194209-
CMYK0.970.0700.18
HSL184.43º94.42%42.16%-
HSV(B)184.43º97.13%81.96%-
XYZ30.8843.2367.04-
YUV139.5167.2232.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.47%
GREEN value IS 194 (76.17% from 255) = 47.43%
BLUE value IS 209 (82.03% from 255) = 51.10%
R=1.47%
G=47.43%
B=51.10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal61942090.970.0700.18184.4394.4242.16
Hex6C2D1617012b85e2a
Octal6302321141702227013652
Binary11011000010110100011100001111010010101110001011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06C2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06C2D1; }

 p { color: rgb(6,194,209); }

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

<style>
 a { background-color: #06C2D1; }

 a { background-color: rgb(6,194,209); }

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

<style>
 span { border-color: #06C2D1; }

 span { border-color: rgb(6,194,209); }

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