Html Css Color HEX #07CDC1 Robin's Egg Blue

📋 copy color: '#07CDC1'

red 7 ◦ green 205 ◦ blue 193

#07CDC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Robin's Egg Blue #07CDC1

Tints of Robin's Egg Blue #07CDC1

RGB

 RED value IS 7 (3.13% from 255) = 1.73%

 GREEN value IS 205 (80.47% from 255) = 50.62%

 BLUE value IS 193 (75.78% from 255) = 47.65%

R = 1.73%
G = 50.62%
B = 47.65%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#07CDC1 (or 0x07CDC1) is known color: Robin's Egg Blue. HEX triplet: 07, CD and C1. RGB value is (7,205,193). Sum of RGB (Red+Green+Blue) = 7+205+193=405 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.73% from 405); Green value is 205 (80.47% from 255 or 50.62% from 405); Blue value is 193 (75.78% from 255 or 47.65% from 405); Max value from RGB is 205 - color contains mainly: green. Hex color #07CDC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07CDC1 is #F8323E. Grayscale: #909090. Windows color (decimal): -16265791 or 12700935. OLE color: 12700935.

HSL color Cylindrical-coordinate representation of color #07CDC1: hue angle of 176.36º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CDC1 is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 7 205 193 -
CMYK 0.97 0 0.06 0.20
HSL 176.36º 0.93% 0.42% -
HSV(B) 176.36º 0.97% 0.8% -
XYZ 31.54 47.56 57.97 -
YUV 144.43 155.4 29.98 -
System Red Green Blue C M Y K H S L
Decimal 7 205 193 0.97 0 0.06 0.20 176.36 0.93 0.42
Hex 7 CD C1 61 0 6 14 B0 5D 2A
Octal 7 315 301 141 0 6 24 260 135 52
Binary 111 11001101 11000001 1100001 0 110 10100 10110000 1011101 101010

Color Harmonies of #07CDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CDC1

Black with #07CDC1

Text Example


Text Example

White with #07CDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,205,193); }

 H1.HeaderClassName
 {
   color: #07CDC1;
 }
 .AnyTagClassName
 {
   color: #07CDC1;
 }
</style>

background-color css

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

 a { background-color: rgb(7,205,193); }

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

border-color css

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

 span { border-color: rgb(7,205,193); }

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