#06CBCA

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

Shades of Robin's Egg Blue #06CBCA

Tints of Robin's Egg Blue #06CBCA

Color information

#06CBCA (or 0x06CBCA) is unknown color: approx Robin's Egg Blue. HEX triplet: 06, CB and CA. RGB value is (6,203,202). Sum of RGB (Red+Green+Blue) = 6+203+202=411 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.46% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #06CBCA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06CBCA is #F93435. Grayscale: #8F8F8F. Windows color (decimal): -16331830 or 13290246. OLE color: 13290246.

HSL color Cylindrical-coordinate representation of color #06CBCA: hue angle of 179.7º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CBCA is Cyan = 0.97, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB6203202-
CMYK0.9700.000.20
HSL179.7º94.26%40.98%-
HSV(B)179.7º97.04%79.61%-
XYZ32.0947.0163.26-
YUV143.98160.7329.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.46%
GREEN value IS 203 (79.69% from 255) = 49.39%
BLUE value IS 202 (79.30% from 255) = 49.15%
R=1.46%
G=49.39%
B=49.15%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal62032020.9700.000.20179.794.2640.98
Hex6CBCA610014b45e29
Octal6313312141002426413651
Binary110110010111100101011000010010100101101001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06CBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,203,202); }

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

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

 a { background-color: rgb(6,203,202); }

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

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

 span { border-color: rgb(6,203,202); }

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