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

📋 copy color: '#07C5CF'

red 7 ◦ green 197 ◦ blue 207

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

Shades of Robin's Egg Blue #07C5CF

Tints of Robin's Egg Blue #07C5CF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.93%

 BLUE value IS 207 (81.25% from 255) = 50.36%

R = 1.7%
G = 47.93%
B = 50.36%

CMYK

 C value IS 0.97

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#07C5CF (or 0x07C5CF) is known color: Robin's Egg Blue. HEX triplet: 07, C5 and CF. RGB value is (7,197,207). Sum of RGB (Red+Green+Blue) = 7+197+207=411 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.70% from 411); Green value is 197 (77.34% from 255 or 47.93% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #07C5CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07C5CF is #F83A30. Grayscale: #8D8D8D. Windows color (decimal): -16267825 or 13616391. OLE color: 13616391.

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

Color convert

RGB 7 197 207 -
CMYK 0.97 0.05 0 0.19
HSL 183º 0.93% 0.42% -
HSV(B) 183º 0.97% 0.81% -
XYZ 31.32 44.48 65.97 -
YUV 141.33 165.05 32.19 -
System Red Green Blue C M Y K H S L
Decimal 7 197 207 0.97 0.05 0 0.19 183 0.93 0.42
Hex 7 C5 CF 61 5 0 13 B7 5D 2A
Octal 7 305 317 141 5 0 23 267 135 52
Binary 111 11000101 11001111 1100001 101 0 10011 10110111 1011101 101010

Color Harmonies of #07C5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C5CF

Black with #07C5CF

Text Example


Text Example

White with #07C5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,197,207); }

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

background-color css

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

 a { background-color: rgb(7,197,207); }

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

border-color css

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

 span { border-color: rgb(7,197,207); }

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