#07CBBD

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

Shades of Robin's Egg Blue #07CBBD

Tints of Robin's Egg Blue #07CBBD

Color information

#07CBBD (or 0x07CBBD) is unknown color: approx Robin's Egg Blue. HEX triplet: 07, CB and BD. RGB value is (7,203,189). Sum of RGB (Red+Green+Blue) = 7+203+189=399 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.75% from 399); Green value is 203 (79.69% from 255 or 50.88% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 203 - color contains mainly: green. Hex color #07CBBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07CBBD is #F83442. Grayscale: #8E8E8E. Windows color (decimal): -16266307 or 12438279. OLE color: 12438279.

HSL color Cylindrical-coordinate representation of color #07CBBD: hue angle of 175.71º degrees, saturation: 0.93, 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 #07CBBD is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB7203189-
CMYK0.9700.070.20
HSL175.71º93.33%41.18%-
HSV(B)175.71º96.55%79.61%-
XYZ30.6346.4355.49-
YUV142.8154.0731.14-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.75%
GREEN value IS 203 (79.69% from 255) = 50.88%
BLUE value IS 189 (74.22% from 255) = 47.37%
R=1.75%
G=50.88%
B=47.37%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal72031890.9700.070.20175.7193.3341.18
Hex7CBBD610714b05d29
Octal7313275141072426013551
Binary11111001011101111011100001011110100101100001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07CBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07CBBD; }

 p { color: rgb(7,203,189); }

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

<style>
 a { background-color: #07CBBD; }

 a { background-color: rgb(7,203,189); }

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

<style>
 span { border-color: #07CBBD; }

 span { border-color: rgb(7,203,189); }

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